1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

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.
This commit is contained in:
Kenzie Schmoll
2018-10-26 13:11:10 -07:00
committed by GitHub
parent 4b4d5fef9c
commit 7ab277fad4
58 changed files with 2069 additions and 0 deletions

10
place_tracker/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Place Tracker
A sample place tracking app that uses the [google_maps_flutter](https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter) plugin.
## Getting Started
For help setting up the plugin, see the plugin's [README](https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter) page.
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).