-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpubspec.yaml
More file actions
99 lines (82 loc) · 2.04 KB
/
Copy pathpubspec.yaml
File metadata and controls
99 lines (82 loc) · 2.04 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
name: projectunity
description: A new Flutter project.
publish_to: 'none'
version: 1.0.2+2
environment:
sdk: '>=3.8.0 <4.0.0'
flutter: '>=3.24.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
cached_network_image: ^3.4.1
cupertino_icons: ^1.0.8
cloud_firestore: ^6.1.1
collection: ^1.19.0
connectivity_plus: ^7.0.0
device_info_plus: ^12.3.0
equatable: ^2.0.7
freezed: ^3.2.4
freezed_annotation: ^3.1.0
firebase_auth: ^6.1.3
firebase_core: ^4.3.0
firebase_crashlytics: ^5.0.6
firebase_storage: ^13.0.5
flutter_bloc: ^9.1.1
flutter_secure_storage: ^10.0.0
flutter_svg: ^2.0.16
fluttertoast: ^9.0.0
get_it: ^9.2.0
google_sign_in: ^7.2.0
go_router: ^17.0.1
http: ^1.2.2
injectable: ^2.5.0
intl: any
image_picker: ^1.1.2
json_annotation: ^4.9.0
oauth2: ^2.0.3
package_info_plus: ^9.0.0
rxdart: ^0.28.0
shared_preferences: ^2.3.3
sticky_headers: ^0.3.0+2
table_calendar: ^3.1.3
url_launcher: ^6.3.1
window_to_front: ^0.0.3
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.10.4
flutter_lints: ^6.0.0
injectable_generator: ^2.4.1
json_serializable: ^6.11.3
mockito: ^5.4.0
flutter_gen_runner:
flutter:
generate: true
uses-material-design: true
assets:
- assets/images/
fonts:
- family: inter
fonts:
- asset: assets/fonts/inter_regular.ttf
- asset: assets/fonts/inter_bold.ttf
- asset: assets/fonts/inter_light.ttf
- asset: assets/fonts/inter_medium.ttf
- asset: assets/fonts/inter_semi_bold.ttf
- family: poppins
fonts:
- asset: assets/fonts/Poppins-Bold.ttf
weight: 700
- asset: assets/fonts/Poppins-SemiBold.ttf
weight: 600
- asset: assets/fonts/Poppins-Medium.ttf
weight: 500
- asset: assets/fonts/Poppins-Regular.ttf
- asset: assets/fonts/Poppins-Light.ttf
weight: 300
- asset: assets/fonts/Poppins-Italic.ttf
style: italic