forked from ChicoState/PedalMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
50 lines (39 loc) · 1.18 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
name: pedal_maps
description: Pedal Maps Project
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for the application.
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
geolocator: ^6.1.6
flutter:
sdk: flutter
google_maps_flutter: ^1.0.6
location: ^3.0.2
cloud_firestore: ^0.14.3
firebase_auth: ^0.18.3
provider: ^4.3.2+2
flutter_spinkit: ^4.1.2
geopoint: ^0.7.1
#
# cloud_firestore:
#
# firebase_auth:
# google_sign_in:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^0.1.3
dev_dependencies:
test: ^1.15.7
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/PedalMapsLogo.png
- assets/markerIcon.png