-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpubspec.yaml
More file actions
382 lines (343 loc) · 12.2 KB
/
Copy pathpubspec.yaml
File metadata and controls
382 lines (343 loc) · 12.2 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
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
375
376
377
378
379
380
381
382
name: topwr
description: "ToPWR mobile guide over Wrocław Tech university"
# 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 is used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.0.10+150
environment:
sdk: ">=3.12.0 <4.0.0"
flutter: 3.44.6
workspace:
- packages/widgetbook
# 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
flutter_localizations:
sdk: flutter
#State managements
flutter_riverpod: ^3.3.2
riverpod: ^3.3.2
riverpod_annotation: ^4.0.3
hooks_riverpod: ^3.3.2
#Storage
shared_preferences: ^2.5.5
cached_network_image: ^3.4.1
flutter_cache_manager: ^3.4.1
drift: ^2.33.0
drift_flutter: ^0.3.0
http_cache_drift_store: ^7.0.0
#Network
url_launcher: ^6.3.2
html: ^0.15.6
dio: ^5.10.0
connectivity_plus: ^7.2.0
#Widgets
cupertino_icons: ^1.0.9
flutter_native_splash: ^2.4.8
flutter_svg: ^2.3.0
flutter_widget_from_html_core:
git:
url: https://github.com/simplyNoOne/flutter_widget_from_html.git
ref: accessibility
path: packages/core
anim_search_bar:
git:
url: https://github.com/simon-the-shark/anim_search_bar.git
ref: c56e410
auto_size_text:
git:
url: https://github.com/ChrisElliotUK/auto_size_text.git
ref: patch-1
lottie: ^3.4.0
fl_chart: 1.2.0
dotted_border: ^3.1.0
fluttertoast: ^9.1.0
carousel_slider_plus: ^7.1.2
scrollable_positioned_list: ^0.3.8
scrolls_to_top: ^2.1.1
sliver_tools: ^0.2.12
#Data
freezed_annotation: ^3.1.0
json_annotation: ^4.12.0
collection: ^1.19.1
fast_immutable_collections: ^11.2.0
#Navigation
auto_route: ^11.1.0
app_links: ^7.2.0
#Maps
flutter_map: ^8.3.1
flutter_map_location_marker: ^10.3.0
flutter_map_compass: ^1.1.1
flutter_map_cache: ^2.1.0
flutter_map_animations: ^0.10.0
flutter_compass: ^0.8.1
#Firebase
firebase_core: ^4.11.0
firebase_performance: ^0.11.4
firebase_messaging: ^16.3.0
#Utility
intl: ^0.20.2
latlong2: ^0.9.1
permission_handler: ^12.0.3
package_info_plus: 9.0.1
envied: ^1.3.8
path_provider: ^2.1.6
path: ^1.9.1
device_info_plus: 12.4.0
android_id: ^0.5.2
crypto: ^3.0.7
#Audio
#TODO: bump when just_audio fixes issue: https://github.com/ryanheise/just_audio/issues/1558
just_audio: ^0.9.36
audio_service: ^0.18.19
audio_session: ^0.1.21
flutter_carplay: ^1.3.3
#Other
in_app_update: ^5.0.0
upgrader: ^13.5.0
in_app_review: ^2.0.12
protontime: ^2.0.0
logger: ^2.7.0
separate: ^1.0.3
wiredash: ^2.6.1
flutter_hooks: ^0.21.3
sentry_flutter: ^9.23.0
awesome_dio_interceptor: ^1.3.0
#Solvro packages
solvro_translator_with_drift_cache_flutter: 0.11.1
solvro_translator_core: 0.11.1
clarity_flutter: ^1.9.0
clarity_web: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
#Storage
drift_dev: 2.33.0
#Lints
solvro_config: ^1.9.0
#CodeGen
build_runner: ^2.15.0
freezed: ^3.2.5
json_serializable: ^6.14.0
riverpod_generator: ^4.0.4
envied_generator: ^1.3.8
flutter_gen_runner: ^5.14.1
auto_route_generator: ^10.5.0
solvro_translator_generator: 0.11.1
melos: ^7.8.1
#Other
flutter_launcher_icons: ^0.14.4
test: ^1.31.0
# auto_route_generator (<=10.5.0) caps analyzer <11 and has no analyzer-12 build yet;
# the analyzer-12 lint/codegen stack needs analyzer 12, so force it here.
# Revisit once auto_route_generator ships analyzer-12 support.
dependency_overrides:
analyzer: ^12.0.0
# dart_style 3.1.9 requires analyzer ^13; pin to last analyzer-12-compatible release.
dart_style: 3.1.8
# 0.3.0 moved iOS sources to an SPM layout but still has a CocoaPods podspec
# pointing at Classes/**, so CocoaPods does not build the module.
flutter_rotation_sensor: 0.2.0
# mockito 5.7.0 requires analyzer ^13; pulled in transitively by riverpod_generator.
mockito: 5.6.4
melos:
useRootAsPackage: true
scripts:
install:
description: Install dependencies for all packages
run: flutter pub get
build_runner:
description: Run build_runner for topwr
exec: dart run build_runner build --delete-conflicting-outputs
watch:
description: Run build_runner watch for topwr
exec: dart run build_runner watch --delete-conflicting-outputs
analyze:
description: Analyze all workspace packages
# dart analyze runs the native analyzer plugins (riverpod_lint, solvro_config);
# flutter analyze does not surface them on Flutter 3.44.1.
exec: dart analyze --fatal-infos
widgetbook:
description: Run Widgetbook on Chrome
run: |
melos install
melos build_runner
cd packages/widgetbook && flutter run -d chrome
flutter:
# Keep SPM disabled until all iOS plugins support it. Currently blocked by
# flutter_compass and flutter_rotation_sensor.
config:
enable-swift-package-manager: false
uses-material-design: true
generate: true
assets:
- assets/png/splash_screen/splash_logo.png
- assets/svg/logo_app_bar.svg
- assets/png/map_markers/map_marker.png
- assets/png/map_markers/active_map_marker.png
- assets/png/map_markers/active_parking_map_marker.png
- assets/png/map_markers/parking_map_marker.png
- assets/png/map_markers/active_library_marker.png
- assets/png/map_markers/library_marker.png
- assets/png/map_markers/active_polinka_marker.png
- assets/png/map_markers/polinka_marker.png
- assets/png/map_markers/active_aed_marker.png
- assets/png/map_markers/aed_marker.png
- assets/png/map_markers/active_shower_marker.png
- assets/png/map_markers/shower_marker.png
- assets/png/map_markers/active_pink_box_marker.png
- assets/png/map_markers/pink_box_marker.png
- assets/png/radio_luz/radio_luz_logo.png
- assets/png/booths/sns_automatyk_logo.png
- assets/svg/search_box/vectorsearch.svg
- assets/svg/contact_icons/compass.svg
- assets/svg/contact_icons/fb.svg
- assets/svg/contact_icons/github.svg
- assets/svg/contact_icons/ig.svg
- assets/svg/contact_icons/linkedin.svg
- assets/svg/contact_icons/mail.svg
- assets/svg/contact_icons/phone.svg
- assets/svg/contact_icons/web.svg
- assets/svg/contact_icons/yt.svg
- assets/svg/contact_icons/x.svg
- assets/svg/contact_icons/tiktok.svg
- assets/svg/contact_icons/discord.svg
- assets/svg/digital_guide/storey.svg
- assets/svg/digital_guide/assistance_dog.svg
- assets/svg/digital_guide/braille.svg
- assets/svg/digital_guide/emergency_chairs.svg
- assets/svg/digital_guide/induction_loop.svg
- assets/svg/digital_guide/large_font.svg
- assets/svg/digital_guide/micronavigation.svg
- assets/svg/digital_guide/orientation_paths.svg
- assets/svg/digital_guide/sign_language.svg
- assets/svg/digital_guide/accessibility_alerts/blind_profile.svg
- assets/svg/digital_guide/accessibility_alerts/cognitive_difficulties.svg
- assets/svg/digital_guide/accessibility_alerts/movement_dysfunction.svg
- assets/svg/digital_guide/accessibility_alerts/visually_impaired.svg
- assets/svg/digital_guide/accessibility_alerts/hearing_dysfunction.svg
- assets/svg/digital_guide/accessibility_alerts/sensory_sensitivity.svg
- assets/animations/error.json
- assets/animations/search.json
- assets/animations/offline.json
- assets/animations/bug.json
- assets/animations/sks_closed.json
- assets/certs/przewodnik.pwr.edu.pl.pem
- assets/svg/map_placeholders/pink_box_icon.svg
- assets/svg/map_placeholders/aed_icon.svg
- assets/svg/map_placeholders/library_icon.svg
- assets/svg/map_placeholders/shower_icon.svg
- assets/svg/map_placeholders/building_icon.svg
- assets/svg/radio_luz/play_icon.svg
- assets/svg/radio_luz/pause_icon.svg
- assets/svg/radio_luz/speaker_icon.svg
- assets/svg/radio_luz/radio_luz_logo.svg
- assets/svg/streaming/spotify.svg
- assets/svg/streaming/apple_music.svg
- assets/svg/streaming/youtube_music.svg
- assets/svg/streaming/deezer.svg
- assets/svg/streaming/tidal.svg
- assets/svg/branches_logos/logo-pwr.svg
- assets/svg/branches_logos/logo-jelenia.svg
- assets/svg/branches_logos/logo-walbrzych.svg
- assets/svg/branches_logos/logo-legnica.svg
# 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
fonts:
- family: BottomNavBarIcons
fonts:
- asset: assets/fonts/BottomNavBarIcons.ttf
- family: IParkingIcons
fonts:
- asset: assets/fonts/IParkingIcons.ttf
- family: StrategicClubBadges
fonts:
- asset: assets/fonts/StrategicClubBadges.ttf
- family: Rubik
fonts:
- asset: assets/fonts/rubik/Rubik-Light.ttf
weight: 300
- asset: assets/fonts/rubik/Rubik-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/rubik/Rubik-Regular.ttf
weight: 400
- asset: assets/fonts/rubik/Rubik-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/rubik/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/rubik/Rubik-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/rubik/Rubik-SemiBold.ttf
weight: 600
- asset: assets/fonts/rubik/Rubik-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/rubik/Rubik-Bold.ttf
weight: 700
- asset: assets/fonts/rubik/Rubik-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/rubik/Rubik-ExtraBold.ttf
weight: 800
- asset: assets/fonts/rubik/Rubik-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/rubik/Rubik-Black.ttf
weight: 900
- asset: assets/fonts/rubik/Rubik-BlackItalic.ttf
weight: 900
style: italic
flutter_native_splash:
background_image: assets/png/splash_screen/native_splash_bg.png
image: assets/png/splash_screen/splash_logo.png
android_12:
color: "#EE6644"
image: assets/png/splash_screen/splash_logo.png
flutter_launcher_icons:
android: false # manually set in Android Studio
ios: true
remove_alpha_ios: true
image_path: "assets/png/app_icon.png"
web:
generate: true
image_path: "assets/png/app_icon.png"
background_color: "#EE6644"
theme_color: "#EE6644"
windows:
generate: true
image_path: "assets/png/app_icon.png"
macos:
generate: true
image_path: "assets/png/app_icon.png"
flutter_gen:
output: lib/gen/
assets:
outputs:
package_parameter_enabled: false
lint_staged:
"lib/**.dart": dart format && dart fix --apply