-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpubspec.yaml
More file actions
33 lines (28 loc) · 993 Bytes
/
pubspec.yaml
File metadata and controls
33 lines (28 loc) · 993 Bytes
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
name: google_maps_widget
description: A Flutter package which can be used to make polylines(route) from a source to a destination, and also handle a driver's realtime location (if any) on the map.
version: 1.0.6
homepage: https://github.com/rithik-dev/google_maps_widget
repository: https://github.com/rithik-dev/google_maps_widget
issue_tracker: https://github.com/rithik-dev/google_maps_widget/issues
# documentation: https://github.com/rithik-dev/google_maps_widget/blob/master/README.md
topics:
- flutter
- widget
- google
- google-maps
- google-maps-flutter
environment:
# constraints from google_maps_flutter and dio dependencies
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
scripts:
pre_publish: dart format .; flutter pub publish --dry-run
publish_skip_validation: flutter pub publish --skip-validation
publish: flutter pub publish
dependencies:
flutter:
sdk: flutter
dio: ^5.7.0
google_maps_flutter: ^2.10.0
dev_dependencies:
flutter_lints: ^5.0.0