-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
44 lines (37 loc) · 965 Bytes
/
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
name: forest_guard
description: The mobile app client for the Forest Guard AI Model built and deployed by Team LISA for the AI4Good Hackathon.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cloud_firestore: ^0.14.1+3
cupertino_icons: ^1.0.0
dio: ^3.0.10
firebase_auth: ^0.18.1+2
firebase_core: ^0.5.0+1
firebase_messaging: ^7.0.3
geolocator: ^6.1.1
google_maps_flutter: ^1.0.3
provider: ^4.3.2+2
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# 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