26 lines
363 B
YAML
26 lines
363 B
YAML
name: maps_bookmarks
|
|
description: "A new way to save google maps bookmarks"
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: ^3.9.2
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
cupertino_icons: ^1.0.8
|
|
receive_sharing_intent: ^1.8.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter_lints: ^5.0.0
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true |