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

5 Commits

Author SHA1 Message Date
Kevin Moore
9fef1332f3 Clean up dependencies across packages (#2585)
Drop dep on pkg:collection, use new bits in Dart 3.0
Fixed very old dep in navigation_and_routing – bug was fixed long ago
2025-02-13 03:14:20 +00:00
John Ryan
2236f122b4 Add web support to place_tracker (#550)
* enable web for place_tracker

* add place_tracker symlink

* add generated_plugin_registrant.dart

* update google_maps_flutter_web to fix pins not showing

* add place_tracker to peanut.yaml

* upgrade place_tracker dep

* use a 32 pixel square

* Apply zoom to selected category when the PlaceMapState updates. This fixes a grey screen issue in web, after saving a place.

* pub upgrade

* run pub upgrade

* use published versions of packages

* remove lib/generated_plugin_registrant.dart

* add newline

* add web API key to README

Co-authored-by: David Iglesias Teixeira <ditman@gmail.com>
2020-09-23 11:06:25 -07:00
Brett Morgan
23d71e057d Adding git ignores and pubspec updates (#166) 2019-11-22 09:53:27 +11:00
Tim Sneath
38a54314c7 Clean up .gitignore and checked in files (#65) 2019-04-14 17:10:44 -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