forked from Clon1998/mobileraker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
374 lines (311 loc) · 12.4 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
name: mobileraker
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `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: 2.7.2+510
environment:
sdk: '>=3.2.3 <4.0.0'
flutter: '>=3.16.5'
dependency_overrides:
intl: ^0.18.1 # required due to awesome notifications and formbuilder
web: ^0.5.1 # required because network info is using 0.3, but this package is only used by web which we dont build
# used by appinio_video_player, this fixes an issue with gradle
cached_video_player:
git:
url: https://github.com/vikram25897/flutter_cached_video_player
ref: feature/gradle_version_bump
dependencies:
flutter:
sdk: flutter
#packages maintained by mobileraker
mobileraker_pro:
path: ../mobileraker_pro
#path: ../mobileraker_pro_public # Uncomment this line if you want to contribute to the project. Alsoo remove the line above
common:
path: common
#firebase
firebase_core_platform_interface: ^5.0.0
firebase_core: ^2.30.0
firebase_analytics: ^10.10.2
firebase_app_check: ^0.2.2+2
firebase_crashlytics: ^3.5.2
firebase_remote_config: ^4.4.2
cloud_firestore: ^4.17.0
firebase_auth: ^4.19.2
#architecture
freezed_annotation: ^2.4.1
flutter_hooks: ^0.20.1
hooks_riverpod: ^2.3.8
riverpod_annotation: ^2.1.2
json_annotation: ^4.7.0
#routing
go_router: ^14.2.2
go_transitions: ^0.6.0
#util
rxdart: ^0.27.3
stringr: ^1.0.0
vector_math: ^2.1.2
enum_to_string: ^2.0.1
url_launcher: ^6.1.6
logger: ^1.3.0
permission_handler: ^11.0.0
collection: ^1.17.0
fftea: ^1.5.0
# mic_stream: ^0.7.1+2
flutter_audio_capture:
# path: ../flutter_audio_capture
git:
url: https://github.com/Clon1998/flutter_audio_capture.git
ref: init-code
worker_manager: ^6.3.1
#crypto
hashlib_codecs: ^2.2.0
hashlib: ^1.12.0
pem: ^2.0.4
#persisstent
hive: ^2.2.3
hive_flutter: ^1.1.0
flutter_secure_storage: ^9.0.0
share_plus: ^7.1.0
path_provider: ^2.1.0
#theme
cupertino_icons: ^1.0.2
flex_color_scheme: ^7.3.1
google_fonts: ^6.2.0 # 6.2.0 preventing the app from building
#notification
awesome_notifications_core: ^0.9.3
awesome_notifications: ^0.9.3
awesome_notifications_fcm: ^0.9.3
# live_activities: ^1.9.3
live_activities:
# path: ../flutter_live_activities
git:
url: https://github.com/Clon1998/flutter_live_activities
# ref: feature/multi-state-req
#form
flutter_form_builder: ^9.1.0
form_builder_validators: ^9.0.0
#tranlation
easy_localization: ^3.0.3
#purchases
purchases_flutter: ^7.0.1
#rating
rate_my_app: ^2.0.0
#reactive UI
responsive_framework: ^1.4.0
#ui
gap: ^3.0.1
persistent_header_adaptive: ^2.1.0
extended_wrap: ^0.1.5
overflow_view: ^0.3.1
flutter_reorderable_grid_view: ^4.0.0
flutter_staggered_grid_view: ^0.7.0
auto_size_text: ^3.0.0
snap_scroll_physics: ^0.0.1+3
expandable_page_view: ^1.0.17
badges: ^3.1.1
easy_stepper: ^0.8.3
flutter_colorpicker:
git: https://github.com/mchome/flutter_colorpicker.git
percent_indicator: ^4.0.1
flutter_icons:
git: https://github.com/jibiel/flutter-icons.git
flutter_spinkit: ^5.1.0
progress_indicators: ^1.0.0
# pull_to_refresh: ^2.0.0
pull_to_refresh_flutter3: ^2.0.1
animated_bottom_navigation_bar: 1.3.3 # 1.3.2 has a bug that causes an error to be thrown
animations: ^2.0.5
flip_card: ^0.7.0
flutter_breadcrumb: ^1.0.1
cached_network_image: ^3.3.0
shimmer: ^3.0.0
reorderables: ^0.6.0
flutter_speed_dial: ^7.0.0
dots_indicator: 2.1.2
webview_flutter: ^4.4.0
fl_chart: ^0.66.2
flutter_slidable: ^3.0.0
code_text_field: ^1.0.2
mobile_scanner: ^5.0.1
touchable: ^1.0.2
flutter_markdown: ^0.6.14
flutter_svg: ^2.0.5
loader_overlay: ^4.0.0
appinio_video_player: ^1.3.0
file_picker: ^8.0.7
geekyants_flutter_gauges: ^1.0.3
bottom_sheet: ^4.0.0
# ditredi: ^1.0.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.9
hive_generator: ^2.0.0
flutter_lints: ^3.0.1
freezed: ^2.5.2
mockito: ^5.3.2
json_serializable: ^6.4.1
riverpod_generator: ^2.4.0
# riverpod_lint makes it easier to work with Riverpod
riverpod_lint: ^2.3.10
# import custom_lint too as riverpod_lint depends on it
custom_lint: ^0.6.4
flutter_native_splash: ^2.2.19
flutter_launcher_icons: ^0.13.1
dart_code_metrics_presets: ^2.5.0
flutter_icons:
android: true
ios: true
min_sdk_android: 25
image_path: "assets/icon/mr_rec.png"
#image_path_ios: "assets/icon/mr_rec.png"
adaptive_icon_background: "#2A2A2A"
adaptive_icon_foreground: "assets/icon/ic_launcher_foreground.png"
remove_alpha_ios: true
macos:
generate: true
image_path: "assets/icon/mr_rec.png"
flutter_native_splash:
# This package generates native code to customize Flutter's default white native splash screen
# with background color and splash image.
# Customize the parameters below, and run the following command in the terminal:
# flutter pub run flutter_native_splash:create
# To restore Flutter's default white splash screen, run the following command in the terminal:
# flutter pub run flutter_native_splash:remove
# color or background_image is the only required parameter. Use color to set the background
# of your splash screen to a solid color. Use background_image to set the background of your
# splash screen to a png image. This is useful for gradients. The image will be stretch to the
# size of the app. Only one parameter can be used, color and background_image cannot both be set.
color: "#f7f7f7"
#background_image: "assets/background.png"
# Optional parameters are listed below. To enable a parameter, uncomment the line by removing
# the leading # character.
# The image parameter allows you to specify an image used in the splash screen. It must be a
# png file and should be sized for 4x pixel density.
image: assets/icon/mr_logo.png
# The branding property allows you to specify an image used as branding in the splash screen.
# It must be a png file. Currently, it is only supported for Android < v12 and iOS.
#branding: assets/dart.png
# To position the branding image at the bottom of the screen you can use bottom, bottomRight,
# and bottomLeft. The default values is bottom if not specified or specified something else.
#branding_mode: bottom
# The color_dark, background_image_dark, image_dark, branding_dark are parameters that set the background
# and image when the device is in dark mode. If they are not specified, the app will use the
# parameters from above. If the image_dark parameter is specified, color_dark or
# background_image_dark must be specified. color_dark and background_image_dark cannot both be
# set.
color_dark: "#2A2A2A"
#background_image_dark: "assets/dark-background.png"
#image_dark: assets/splash-invert.png
#branding_dark: assets/dart_dark.png
# Android 12 handles the splash screen differently than previous versions. Please visit
# https://developer.android.com/guide/topics/ui/splash-screen
# Following are Android 12 specific parameter.
android_12:
# The image parameter sets the splash screen icon image. If this parameter is not specified,
# the app's launcher icon will be used instead.
# Please note that the splash screen will be clipped to a circle on the center of the screen.
# App icon with an icon background: This should be 960×960 pixels, and fit within a circle
# 640 pixels in diameter.
# App icon without an icon background: This should be 1152×1152 pixels, and fit within a circle
# 768 pixels in diameter.
image: assets/icon/mr_logo.png
# App icon background color.
#icon_background_color: "#111111"
# The image_dark parameter and icon_background_color_dark set the image and icon background
# color when the device is in dark mode. If they are not specified, the app will use the
# parameters from above.
#image_dark: assets/android12splash-invert.png
#icon_background_color_dark: "#eeeeee"
# The android, ios and web parameters can be used to disable generating a splash screen on a given
# platform.
#android: false
#ios: false
#web: false
# The position of the splash image can be set with android_gravity, ios_content_mode, and
# web_image_mode parameters. All default to center.
#
# android_gravity can be one of the following Android Gravity (see
# https://developer.android.com/reference/android/view/Gravity): bottom, center,
# center_horizontal, center_vertical, clip_horizontal, clip_vertical, end, fill, fill_horizontal,
# fill_vertical, left, right, start, or top.
#android_gravity: center
#
# ios_content_mode can be one of the following iOS UIView.ContentMode (see
# https://developer.apple.com/documentation/uikit/uiview/contentmode): scaleToFill,
# scaleAspectFit, scaleAspectFill, center, top, bottom, left, right, topLeft, topRight,
# bottomLeft, or bottomRight.
#ios_content_mode: center
#
# web_image_mode can be one of the following modes: center, contain, stretch, and cover.
#web_image_mode: center
# To hide the notification bar, use the fullscreen parameter. Has no effect in web since web
# has no notification bar. Defaults to false.
# NOTE: Unlike Android, iOS will not automatically show the notification bar when the app loads.
# To show the notification bar, add the following code to your Flutter app:
# WidgetsFlutterBinding.ensureInitialized();
# SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.bottom, SystemUiOverlay.top]);
#fullscreen: true
# If you have changed the name(s) of your info.plist file(s), you can specify the filename(s)
# with the info_plist_files parameter. Remove only the # characters in the three lines below,
# do not remove any spaces:
#info_plist_files:
# - 'ios/Runner/Info-Debug.plist'
# - 'ios/Runner/Info-Release.plist'
#
#dependency_overrides:
# date_range_picker:
# git:
# url: https://github.com/LempereurBenjamin/date_range_picker
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- google_fonts/
- assets/images/
- assets/icon/
- assets/translations/
- assets/vector/
- assets/vector/gadget/
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages