-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
83 lines (59 loc) · 1.31 KB
/
pubspec.yaml
File metadata and controls
83 lines (59 loc) · 1.31 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
83
name: grabby_app
description: "A fullstack e-commer app build with flutter"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.8.1
dependencies:
flutter:
sdk: flutter
#firebase
firebase_core: ^4.2.0
firebase_auth: ^6.1.1
cloud_firestore: ^6.0.3
firebase_storage: ^13.0.3
firebase_messaging: ^16.0.3
#Utitlities
intl: ^0.20.2
shared_preferences: ^2.5.3
uuid: ^4.5.1
#UI AND ICONS
cupertino_icons: ^1.0.8
flutter_svg: ^2.2.1
cached_network_image: ^3.4.1
http: ^1.5.0
#Maps and Location
google_maps_flutter: ^2.13.1
geolocator: ^14.0.2
geocoding: ^4.0.0
#image picker
image_picker: ^1.2.0 # Added or ensured presence
#State management
provider: ^6.1.5+1
google_fonts: ^6.3.2
permission_handler: ^12.0.1
google_sign_in: ^6.2.1
firebase_admin_sdk: ^0.0.6
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
#