-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
100 lines (91 loc) · 2.9 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
98
name: wherehome
description: "A new Flutter project."
# 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
version: 1.0.0+1
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
http: ^1.2.1
mapbox_maps_flutter: ^2.0.0
permission_handler: ^11.3.1
location: ^6.0.1
latlong2: ^0.9.1
provider: ^6.1.2
easy_localization: ^3.0.7
image_picker: ^1.1.2
mapbox_search: ^4.2.2
auto_size_text: ^3.0.0
flutter_staggered_grid_view: ^0.7.0
shared_preferences: ^2.2.3
package_info_plus: ^8.0.0
flutter_local_notifications: ^17.1.2
table_calendar: ^3.0.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
integration_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/i18n/
- assets/fonts/
- assets/images/
- lib/data/repositories/
- assets/countries_flags/
- assets/icons/
fonts:
- family: Inter
fonts:
- asset: assets/fonts/Inter/Inter-Thin.ttf
weight: 100
- asset: assets/fonts/Inter/Inter-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Inter/Inter-Light.ttf
weight: 300
- asset: assets/fonts/Inter/Inter-Regular.ttf
weight: 400
- asset: assets/fonts/Inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter/Inter-SemiBold.ttf
weight: 600
- asset: assets/fonts/Inter/Inter-Bold.ttf
weight: 700
- asset: assets/fonts/Inter/Inter-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Inter/Inter-Black.ttf
weight: 900
- family: KodeMono
fonts:
- asset: assets/fonts/KodeMono/KodeMono-Regular.ttf
weight: 400
- asset: assets/fonts/KodeMono/KodeMono-Medium.ttf
weight: 500
- asset: assets/fonts/KodeMono/KodeMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/KodeMono/KodeMono-Bold.ttf
weight: 700
- family: JetBrains Mono
fonts:
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-Thin.ttf
weight: 100
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-ExtraLight.ttf
weight: 200
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-Light.ttf
weight: 300
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-Regular.ttf
weight: 400
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-Medium.ttf
weight: 500
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-Bold.ttf
weight: 700
- asset: assets/fonts/JetBrains Mono/JetBrainsMono-ExtraBold.ttf
weight: 800