-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
70 lines (61 loc) · 1.49 KB
/
Copy pathpubspec.yaml
File metadata and controls
70 lines (61 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: positive_phill
description: "\"Positive Phill\" is a calming and empowering mobile app designed to uplift your spirits daily with personalized affirmations, gamified progress tracking, and a premium, modern user experience."
publish_to: "none"
version: 1.5.0
environment:
sdk: ^3.6.0
dependencies:
url_launcher: ^6.3.2
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
google_fonts: ^6.1.0
provider: ^6.1.2
go_router: ^16.2.0
google_mobile_ads: ^6.0.0
shared_preferences: ^2.0.0
webview_flutter: ^4.0.0
confetti: 0.8.0
share_plus: ^12.0.0
flutter_vibrate: ^1.0.0
flutter_tts: ^4.2.5
flutter_local_notifications: ^20.0.0
timezone: ^0.10.1
flutter_timezone: ^5.0.1
package_info_plus: ^9.0.0
in_app_review: ^2.0.11
image_picker: ^1.2.1
path: ^1.9.0
path_provider: ^2.1.5
audioplayers: ^6.1.1
video_player: ^2.9.5
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.4.0
flutter:
uses-material-design: true
assets:
- assets/affirmations/
- assets/icons/icon.png
- assets/audio/
- assets/videos/
flutter_launcher_icons:
android: true
ios: true
web:
generate: true
background_color: "#121212"
theme_color: "#8FE6D6"
image_path: assets/icons/icon.png
min_sdk_android: 21
remove_alpha_ios: true
flutter_native_splash:
color: "#121212"
image: assets/splash.png
android_12:
color: "#121212"
image: assets/splash.png
web: false