-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
117 lines (104 loc) · 2.63 KB
/
pubspec.yaml
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# @format
name: wbc_counter
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.5+10
environment:
sdk: ">=3.2.3 <4.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
flutter_charts: ^0.5.1
pie_chart: ^5.3.2
share_plus: ^10.1.3
flutter_launcher_icons: ^0.14.2
flutter_svg: ^2.0.7
flutter_native_splash: ^2.3.2
url_launcher: ^6.1.14
permission_handler: ^11.3.0
#DB
hive: ^2.2.3
hive_flutter: ^1.1.0
shared_preferences: ^2.2.1
provider: ^6.0.5
bloc: ^9.0.0
flutter_bloc: ^9.0.0
equatable: ^2.0.5
uuid: ^4.2.2
pix_flutter: ^2.2.0
in_app_review: ^2.0.10
intl: ^0.19.0
flutter_localization: ^0.3.1
firebase_core: ^3.11.0
firebase_analytics: ^11.4.2
firebase_crashlytics: ^4.3.2
firebase_performance: ^0.10.1+2
image_picker: ^1.1.0
http: ^1.2.1
image: ^4.1.7
firebase_storage: ^12.4.2
rename_app: ^1.5.0
google_mobile_ads: ^5.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.6
hive_generator: ^2.0.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/cells/
# - assets/icons/
- assets/flags/
# flutter pub run flutter_launcher_icons
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
remove_alpha_ios: true
adaptive_icon_background: "#673AB7"
adaptive_icon_foreground: "assets/icon.png"
adaptive_icon_mask: true
web:
generate: true
image_path: "assets/icon.png"
background_color: "#673AB7"
theme_color: "#673AB7"
windows:
generate: true
image_path: "assets/icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icon.png"
# dart run flutter_native_splash:create
flutter_native_splash:
android: true
ios: true
web: true
background_image: "assets/background.png"
image: "assets/icon.png"
color: "#673AB7"
color_dark: "#673AB7"
background_image_dark: "assets/background.png"
image_dark: "assets/icon.png"
android_gravity: center
ios_content_mode: center
web_image_mode: center
fullscreen: true
android12: true
android_12:
splash_color: "#673AB7"
splash_color_dark: "#673AB7"
flutter_intl:
enabled: true