-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
50 lines (43 loc) · 1.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
name: burrito_driver_app
description: "A flutter application to send the location of a university public transportation in real time."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.4.3 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.6
dio: ^5.5.0+1
geolocator: ^13.0.1
geolocator_android: ^4.6.1
permission_handler: ^11.3.1
battery_plus: ^6.0.3
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/icons/app_icon.png"
adaptive_icon_background: "assets/icons/app_icon.png"
adaptive_icon_foreground: "assets/icons/app_icon.png"
min_sdk_android: 21 # android min sdk min:16, default 21
windows:
generate: true
image_path: "assets/icons/app_icon.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/icons/app_icon.png"
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_lints: ^3.0.0
flutter:
assets:
- assets/img/
- assets/img/burrito_stationary.png
fonts:
- family: Koulen
fonts:
- asset: assets/fonts/Koulen.zip
uses-material-design: true