Kevin Moore
d6d23f5168
Fix place_tracking while we're at it
2019-05-08 09:19:45 -07:00
Andrew Brogdon
aab1efd51a
Updating place_tracker again ( #77 )
2019-05-07 13:40:19 -07:00
Andrew Brogdon
ce28b8c010
Updates place_tracker to specify SDK >=2.1.0 ( #71 )
2019-05-05 15:16:14 -07:00
Tim Sneath
38a54314c7
Clean up .gitignore and checked in files ( #65 )
2019-04-14 17:10:44 -07:00
Kenzie Schmoll
a2419b3dcf
Update Place Tracker to use latest version of plugin ( #59 )
2019-03-20 09:08:13 -07:00
Abhijeeth Padarthi
8fe2999ee8
Removed redundant "const" and "new" assignments & Formatted code. ( #58 )
2019-03-19 09:27:32 -07:00
Andrew Brogdon
7ae3780bcb
Unbreaking tests borked by SDK update. ( #49 )
2019-02-27 10:13:08 -08:00
Andrew Brogdon
e67cbb03ea
Updates travis config to include place_tracker and platform_view_swift ( #42 )
2018-12-21 15:06:55 -08:00
Amir Hardon
ee59e80324
Set google_maps_flutter's version to <=0.1.0 in place_tracker. ( #35 )
...
A breaking API change is coming in 0.1.0, setting a dependency constraint
to keep the place_tracker sample building.
2018-12-10 09:20:45 -08:00
Kenzie Schmoll
79d9d143b4
Add a list view to the place tracker app. ( #30 )
...
* Add list view to place tracker. Note: map in listTile is not WAI in this commit.
* Remove map from list tiles. Make list tiles tappable (currently editing a place and saving will do nothing if the details screen is pushed from the list view.
* Fix text alignment in list.
* Initial implementation of using an InheritedWidget to maintain data between list and map. Map does not update correctly at this point.
* Use AppModel.update to set the AppState. Add MapConfiguration class to handle map changes based on AppState.
* Don't cache AppState - lookup directly. Extract AppState code into it's own file and add static methods. Address comments from Hans.
* Extract generic AppModel code.
2018-11-13 10:39:06 -08:00
Kenzie Schmoll
e59c865884
Use custom marker icons for Favorite places and Visited places. ( #31 )
2018-11-09 15:32:10 -08:00
kenzieschmoll
4ed6aca905
Merge branch 'master' of github.com:flutter/samples
2018-11-01 16:30:23 -07:00
Kenzie Schmoll
eff382bcb2
Update README with additional information and instructions.
2018-11-01 16:29:17 -07:00
kenzieschmoll
3a6152c972
Add more stub data. Alphabetize entries.
2018-11-01 16:26:03 -07:00
Kenzie Schmoll
3ed537495a
Add stub reviews to the place details sheet. ( #22 )
...
* Add stub place reviews to the place details sheet. Offers a better demonstration of the map in a list view.
2018-11-01 13:15:12 -07:00
Kenzie Schmoll
bfce2a44e9
Add map type toggle to place_tracker demo. ( #23 )
...
Button will toggle between normal, satellite, terrain, hybrid, and none MapTypes.
2018-11-01 12:19:04 -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