-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpubspec.yaml
53 lines (48 loc) · 1.02 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
name: doeat
description: A location based food sharing and/or helping app. (Flutter)
version: 1.0.0+1
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
# provider model
provider: ^4.1.1
intl: ^0.16.1
# firebase login
firebase_auth:
google_sign_in: ^4.4.4
# firebase data
firebase_messaging: 6.0.13
firebase_storage: ^3.0.6
firebase_core: ^0.4.0+9
firebase_analytics: ^5.0.2
cloud_firestore: ^0.12.9+4
# shared preference
shared_preferences: ^0.5.7
#toast
fluttertoast: ^3.1.3
# google map
google_maps_flutter: ^0.5.27+1
geolocator: ^5.3.1
location: ^2.3.5
# permission
permission_handler: ^5.0.0+hotfix.5
# location picker
google_map_location_picker: ^3.3.1
# icons
flutter_icons: ^1.1.0
# phone call
url_launcher: ^5.4.7
# fonts
google_fonts: ^1.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/AlertImages/
- assets/map_style.json