1
0
mirror of https://github.com/flutter/samples.git synced 2026-03-24 13:22:01 +00:00
Files
samples/place_tracker/pubspec.yaml
Kenzie Schmoll 7ab277fad4 Add Google Maps Place Tracker sample app to flutter/samples. (#20)
Sample app that displays places on a map. Add/edit places. Interact with map. Iterations to follow.
2018-10-26 13:11:10 -07:00

26 lines
400 B
YAML

name: place_tracker
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
google_maps_flutter:
git:
url: git://github.com/flutter/plugins
path: packages/google_maps_flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true