1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Rubens de Melo
09b26f89b4 fix ios install (#479)
To use this plugin on iOS you need to opt-in for the embedded views preview by adding a boolean property to the app's Info.plist file, with the key io.flutter.embedded_views_preview and the value YES.

<key>io.flutter.embedded_views_preview</key>
<true/>
2020-06-22 13:31:54 +10:00
Brett Morgan
897e664fa5 Update place_tracker android and ios dirs (#232) 2020-01-14 06:56:13 +10:00
Kenzie Schmoll
a2419b3dcf Update Place Tracker to use latest version of plugin (#59) 2019-03-20 09:08:13 -07:00
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