-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
76 lines (71 loc) · 2.08 KB
/
pubspec.yaml
File metadata and controls
76 lines (71 loc) · 2.08 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
name: bluebus
description: "A new Flutter project."
publish_to: 'none'
version: 2.0.0+6
environment:
sdk: ^3.8.0
dependencies:
flutter:
sdk: flutter
google_maps_flutter: ^2.12.3
geolocator: ^13.0.1
http: ^1.4.0
provider: ^6.1.5+1
flutter_hooks: ^0.21.2
shared_preferences: ^2.2.2
intl: ^0.20.2
flutter_email_sender: ^7.0.0
haptic_feedback: ^0.6.4+3
flutter_launcher_icons: ^0.14.4
font_awesome_flutter: ^10.12.0
flutter_map: ^8.2.2
latlong2: ^0.9.1
url_launcher: ^6.3.2
flutter_local_notifications: ^19.5.0
flutter_svg: ^2.2.3
connectivity_plus: ^7.0.0
firebase_core: ^4.4.0
firebase_messaging: ^16.1.1
flutter_staggered_animations: ^1.1.1
youtube_player_flutter: ^9.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
fonts:
- family: Urbanist
fonts:
- asset: fonts/urbanist/static/Urbanist-Thin.ttf
weight: 100
- asset: fonts/urbanist/static/Urbanist-ExtraLight.ttf
weight: 200
- asset: fonts/urbanist/static/Urbanist-Light.ttf
weight: 300
- asset: fonts/urbanist/static/Urbanist-Regular.ttf
weight: 400
- asset: fonts/urbanist/static/Urbanist-Medium.ttf
weight: 500
- asset: fonts/urbanist/static/Urbanist-SemiBold.ttf
weight: 600
- asset: fonts/urbanist/static/Urbanist-Bold.ttf
weight: 700
- asset: fonts/urbanist/static/Urbanist-ExtraBold.ttf
weight: 800
- asset: fonts/urbanist/static/Urbanist-Black.ttf
weight: 900
- asset: fonts/urbanist/Urbanist-Italic-VariableFont_wght.ttf
style: italic
uses-material-design: true
assets:
- assets/
- assets/portraits/
flutter_launcher_icons:
android: true
image_path_android: "assets/appicon.png"
adaptive_icon_background: "#ffffff"
adaptive_icon_foreground: "assets/appicon_transparent.png"
adaptive_icon_monochrome: "assets/appicon_transparent.png"
adaptive_icon_foreground_inset: 24
image_path: "assets/appicon.png"
min_sdk_android: 21 # android min sdk min:16, default 21