-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
215 lines (154 loc) · 4.27 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
name: buff_lisa
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
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 3.0.7+64
environment:
sdk: ">=3.3.0 <4.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
openapi:
path: ./api
async_builder:
string_validator:
floating_snackbar:
native_exif:
super_tooltip:
measured_size:
uuid:
# BSD-3 Clause License
flutter_map_marker_cluster:
# BSD-3 Clause License
flutter_map_location_marker:
# BSD-3 Clause License
flutter_map:
# Apache License 2.0
latlong2:
# MIT License
geolocator:
# BSD-3 Clause License
http:
# BSD-3 Clause License
crypt:
# BSD-3 Clause License
crypto:
select_dialog:
# BSD-3 Clause License
flutter_secure_storage:
# MIT License
camera:
# MIT License
image_picker:
# MIT License
image_cropper:
# BSD-3 Clause License
path_provider:
# BSD-3 Clause License
path:
# BSD-3 Clause License
shimmer: ^3.0.0
# MIT License
flutter_login: ^5.0.0
# BSD-3 Clause License
shared_preferences:
webview_flutter:
# MIT License
image:
# MIT
flutter_dotenv:
# MIT License
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
url_launcher:
# MIT License
infinite_scroll_pagination:
#MIT License
internet_connection_checker:
sliding_up_panel:
# BSD-3 Clause License
mutex:
flutter_launcher_icons:
google_mobile_ads:
fluttertoast:
configurable_expansion_tile_null_safety:
# MIT
geocoding:
permission_handler:
fading_image_button:
flutter_native_splash:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons:
change_app_package_name:
# BSD-3-Clause
flex_seed_scheme:
#MIT
sliver_tools:
snapping_page_scroll:
drift: ^2.20.0
drift_flutter: ^0.2.0
intl: any
async: any
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0
flutter_cache_manager: ^3.4.1
transparent_image: ^2.0.1
flutter_map_tile_caching: ^9.1.3
flutter_dash: ^1.0.0
exif: ^3.3.0
like_button: ^2.0.5
cached_network_image: ^3.4.1
connectivity_plus: ^6.1.0
social_media_buttons: ^1.0.0
in_app_review: ^2.0.10
flutter_map_geojson: ^1.0.8
choice: ^2.3.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.12
riverpod_generator: ^2.3.3
custom_lint: ^0.7.0
riverpod_lint: ^2.2.13
easy_localization: ^3.0.7
drift_dev: ^2.20.1
settings_ui: ^2.0.2
freezed: ^2.5.7
json_serializable: ^6.8.0
flutter:
assets:
- assets/image/
- assets/achievements/
- assets/icon/
- .env
- .env.dev
uses-material-design: true
flutter_icons:
android: true
ios: true
image_path: "images/pinGui.png"
adaptive_icon_background: "#FFFFFF"
flutter_native_splash:
color: "#FFFFFF"
color_dark: "#000000"
image: assets/icon/logo.jpg
android_12:
image: assets/icon/logoAndroid12.jpg