-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
82 lines (68 loc) · 1.57 KB
/
pubspec.yaml
File metadata and controls
82 lines (68 loc) · 1.57 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
77
78
79
80
81
82
name: bus_navx
description: A Flutter mobile application for bus navigation and tracking.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.5
# Firebase
firebase_core: ^2.15.1
firebase_auth: ^4.7.3
cloud_firestore: ^4.8.5
firebase_storage: ^11.2.6
firebase_messaging: ^14.6.7
# State Management
provider: ^6.0.5
# Animations
rive: ^0.11.4
lottie: ^2.6.0
# Storage
shared_preferences: ^2.2.0
flutter_secure_storage: ^8.0.0
# Maps and Location
google_maps_flutter: ^2.3.0
geolocator: ^10.0.0
# QR Code
qr_code_scanner: ^1.0.1
qr_flutter: ^4.1.0
# UI Components
flutter_svg: ^2.0.7
cached_network_image: ^3.2.3
image_picker: ^1.0.2
shimmer: ^3.0.0
# Add this under dependencies if not already present
intl: ^0.18.1
flutter_local_notifications: ^14.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.2
flutter_launcher_icons: ^0.13.1
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/animations/
- assets/rive/
# App icon generation config
flutter_launcher_icons:
android: true
ios: true
macos:
generate: true
image_path: "web/icons/buslogooo.jpg"
windows:
generate: true
image_path: "web/icons/buslogooo.jpg"
web:
generate: true
image_path: "web/icons/buslogooo.jpg"
background_color: "#ffffff"
theme_color: "#8E24AA"
image_path: "web/icons/buslogooo.jpg"
min_sdk_android: 21
remove_alpha_ios: true