-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
133 lines (121 loc) · 3.15 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
name: geolocation_poc
description: Geolocation POC
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.0.1
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
cupertino_icons: ^1.0.5
flutter_bloc: ^8.1.6
provider: ^6.1.2
intl: ^0.19.0
equatable: ^2.0.5
dio: ^5.6.0
flutter_secure_storage: ^9.2.2
json_annotation: ^4.9.0
build_runner: ^2.4.11
flutter_svg: ^2.0.10+1
flutter_multi_formatter: ^2.13.0
flutter_keyboard_visibility: ^6.0.0
font_awesome_flutter: ^10.7.0
dots_indicator: ^3.0.0
currency_text_input_formatter: ^2.2.3
uuid: ^4.4.2
google_maps_flutter: ^2.9.0
geocoding: ^3.0.0
url_launcher: ^6.3.0
pin_code_fields: ^8.0.1
flutter_dotenv: ^5.1.0
package_info_plus: ^8.0.2
shimmer: ^3.0.0
easy_localization: ^3.0.7
permission_handler: ^11.3.1
map_launcher: ^3.5.0
collection: ^1.18.0
path_provider: ^2.1.4
geolocator: ^13.0.1
location: ^6.0.2
audioplayers: ^6.1.0
flutter_background_geolocation: ^4.16.0
flutter_local_notifications: ^17.2.2
background_fetch: ^1.3.7
audio_service: ^0.18.15
slider_button: ^2.1.0
wakelock_plus: ^1.2.8
flutter_compass:
git:
url: https://github.com/Dapucla/flutter_compass.git
ref: master
dev_dependencies:
flutter_lints: ^2.0.0
json_serializable: any
flutter_launcher_icons: ^0.13.1
lint: ^2.0.0
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/icon_cool.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/icons/icon_cool.png"
background_color: "#hexcode"
theme_color: "#hexcode"
windows:
generate: true
image_path: "assets/icons/icon_cool.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/icon_cool.png"
flutter_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/icon_cool.png"
flutter:
uses-material-design: true
assets:
- assets/icons/
- assets/images/
- assets/audio/
fonts:
- family: Graphik
fonts:
- asset: fonts/GraphikThin.otf
weight: 100
- asset: fonts/GraphikExtraLight.otf
weight: 200
- asset: fonts/GraphikLight.otf
weight: 300
- asset: fonts/GraphikRegular.otf
weight: 400
- asset: fonts/GraphikMedium.otf
weight: 500
- asset: fonts/GraphikSemiBold.otf
weight: 600
- asset: fonts/GraphikBold.otf
weight: 700
- asset: fonts/GraphikBlack.otf
weight: 800
- asset: fonts/GraphikSuper.otf
weight: 900
- family: Rubik
fonts:
- asset: fonts/Rubik-Light.ttf
weight: 300
- asset: fonts/Rubik-Regular.ttf
weight: 400
- asset: fonts/Rubik-Medium.ttf
weight: 500
- asset: fonts/Rubik-SemiBold.ttf
weight: 600
- asset: fonts/Rubik-Bold.ttf
weight: 700
- asset: fonts/Rubik-ExtraBold.ttf
weight: 800
- asset: fonts/Rubik-Black.ttf
weight: 900