-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpubspec.yaml
More file actions
39 lines (32 loc) · 1.28 KB
/
Copy pathpubspec.yaml
File metadata and controls
39 lines (32 loc) · 1.28 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
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: 2.0.0
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
# Path must point under screenshots/published/, not screenshots/unpublished/ (see the .pubignore
# in that folder) or any hidden directory: pub.dev builds the search thumbnail and the package page
# gallery from the file it actually receives, and `pub publish --dry-run` does not warn if the path
# resolves locally but is excluded from what gets published. This fails silently.
screenshots:
- description: 'A driver marker following a live-updating route to the destination.'
path: screenshots/published/route.webp
topics:
- flutter
- widget
- google
- google-maps
- google-maps-flutter
environment:
sdk: ^3.10.0
flutter: ">=3.38.0"
dependencies:
flutter:
sdk: flutter
dio: ^5.11.0
google_maps_flutter: ^2.18.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0