-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpubspec.yaml
97 lines (88 loc) · 2.24 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
name: collaction_app
description: The CollAction app
# 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"
version: 1.2.0+1
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
bloc: ^8.1.0
cached_network_image: ^3.2.2
country_codes: ^2.2.0
country_icons: ^2.0.2
dartz: ^0.10.1
dots_indicator: ^2.0.0
email_validator: ^2.0.1
equatable: ^2.0.3
expandable_page_view: ^1.0.10
firebase_auth: ^4.2.2
firebase_core: ^2.4.1
firebase_crashlytics: ^3.0.11
flutter:
sdk: flutter
flutter_bloc: ^8.1.1
flutter_dotenv: ^5.0.2
flutter_markdown: ^0.6.14
freezed_annotation: ^2.2.0
get_it: ^7.2.0
go_router: ^7.1.1
http: ^0.13.5
image: ^3.2.2
image_cropper: ^3.0.0
image_picker: ^0.8.6
infinite_scroll_pagination: ^3.2.0
injectable: ^2.1.0
intl: ^0.17.0
ionicons: ^0.2.1
json_annotation: ^4.7.0
package_info_plus: ^3.0.0
phone_number: ^1.0.0
rxdart: ^0.27.5
share_plus: ^6.0.0
shared_preferences: ^2.0.15
shimmer: ^2.0.0
url_launcher: ^6.1.6
webview_flutter: ^4.0.2
dev_dependencies:
bloc_test: ^9.1.0
build_runner: ^2.3.0
firebase_auth_mocks: ^0.10.3
flutter_launcher_icons: ^0.11.0
flutter_lints: ^2.0.1
flutter_oss_licenses: ^2.0.1
flutter_test:
sdk: flutter
freezed: ^2.2.0
injectable_generator: ^2.1.3
json_serializable: ^6.5.3
lint: ^2.0.1
mocktail: ^0.3.0
flutter_icons:
android: true
ios: true
image_path: "assets/images/icons/app_icon.png"
adaptive_icon_foreground: "assets/images/icons/app_icon.png"
adaptive_icon_background: "#ff2eb394"
remove_alpha_ios: true
flutter:
uses-material-design: true
assets:
- .env
- assets/images/
fonts:
- family: CollactionIcons
fonts:
- asset: assets/fonts/icons/CollactionIcons.ttf
- family: Rubik
fonts:
- asset: assets/fonts/Rubik/Rubik-Bold.ttf
weight: 800
- asset: assets/fonts/Rubik/Rubik-SemiBold.ttf
weight: 700
- asset: assets/fonts/Rubik/Rubik-Regular.ttf
weight: 500
- asset: assets/fonts/Rubik/Rubik-Medium.ttf
weight: 400
- asset: assets/fonts/Rubik/Rubik-Light.ttf
weight: 300