-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
97 lines (86 loc) · 2.15 KB
/
pubspec.yaml
File metadata and controls
97 lines (86 loc) · 2.15 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
name: flutly_store
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+7
environment:
sdk: ^3.9.2
dependencies:
flutter:
sdk: flutter
bloc_concurrency: ^0.3.0
cloud_firestore: ^6.1.1
dio: ^5.9.0
equatable: ^2.0.7
firebase_auth: ^6.1.3
firebase_core: ^4.3.0
flutter_bloc: ^9.1.1
flutter_secure_storage: ^10.0.0
flutter_svg: ^2.2.2
fpdart: ^1.2.0
get_it: ^9.0.5
go_router: ^17.0.0
infinite_scroll_pagination: ^5.1.1
reactive_forms: ^18.2.0
shared_preferences: ^2.5.3
shimmer_animation: ^2.2.2
step_progress: ^2.7.1
stream_transform: ^2.1.1
cached_network_image: ^3.4.1
crypto: ^3.0.6
easy_localization: ^3.0.8
easy_localization_loader: ^2.0.2
firebase_crashlytics: ^5.0.6
firebase_analytics: ^12.1.0
flutter_native_splash: ^2.4.7
animations: ^2.1.1
collection: ^1.19.1
flutter_staggered_animations: ^1.1.1
sliver_tools: ^0.2.12
figma_squircle: ^0.6.3
google_sign_in: ^7.2.0
platform: ^3.1.6
package_info_plus: ^9.0.0
url_launcher: ^6.3.2
sign_in_with_apple: ^7.0.1
dev_dependencies:
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
flutter_lints: ^5.0.0
mocktail: ^1.0.4
bloc_test: ^10.0.0
faker: ^2.2.0
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/fonts/
- assets/images/
- assets/splash/
- assets/translations/en/
fonts:
- family: DM Sans
fonts:
- asset: assets/fonts/DMSans-Light.ttf
weight: 300
- asset: assets/fonts/DMSans-Regular.ttf
weight: 400
- asset: assets/fonts/DMSans-Medium.ttf
weight: 500
- asset: assets/fonts/DMSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/DMSans-Bold.ttf
weight: 700
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat-Light.ttf
weight: 300
- asset: assets/fonts/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat-Bold.ttf
weight: 700