-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpubspec.yaml
84 lines (74 loc) · 1.85 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
name: clean_architect
description: A new Flutter project.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
bloc_test: ^9.0.1
cached_network_image: ^3.1.0+1
connectivity: ^3.0.6
cupertino_icons: ^1.0.4
dartz: ^0.10.0
device_info: ^2.0.3
dio: ^4.0.4
equatable: ^2.0.3
firebase_core: ^1.10.0
firebase_messaging: ^11.1.0
flutter_bloc: ^8.0.0
# flutter_bluetooth_basic: ^0.1.7
flutter_feather_icons: ^2.0.0+1
flutter_local_notifications: ^9.1.4
material_design_icons_flutter: ^5.0.6295
flutter_secure_storage: ^5.0.2
get: ^4.3.8
get_it: ^7.2.0
# geocoder: ^0.2.1
geolocator: ^7.7.1
google_maps_flutter: ^2.1.1
hive: ^2.0.4
hive_flutter: ^1.1.0
image: ^3.0.8
image_picker: ^0.8.4+4
infinite_scroll_pagination: ^3.1.0
intl: ^0.17.0
json_annotation: ^4.3.0
logger: ^1.1.0
meta: ^1.7.0
package_info: ^2.0.2
path_provider: ^2.0.7
permission_handler: ^8.3.0
rxdart: ^0.27.3
sentry_flutter: ^6.1.2
shared_preferences: ^2.0.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.4
# this part if some libary nothing yet support null safety (read https://dart.dev/null-safety)
dependency_overrides:
# paste this part if any lib not update yet
flutter:
uses-material-design: true
assets:
- assets/animation/
- assets/img/
- assets/i18n/
# this fonts is premium so i just shown one example file
fonts:
- family: MaisonNeue
fonts:
- asset: fonts/MaisonNeue-Medium.ttf
weight: 300
- asset: fonts/MaisonNeue-Medium.ttf
weight: 500
- asset: fonts/MaisonNeue-Medium.ttf
weight: 600
- asset: fonts/MaisonNeue-Medium.ttf
weight: 800
- asset: fonts/MaisonNeue-Medium.ttf
weight: 900