1
0
mirror of https://github.com/flutter/samples.git synced 2026-05-13 10:27:09 +00:00

2 Commits

Author SHA1 Message Date
Eric Windmill
d66d8c49b5 Remove code_sharing and place_tracker, cleanup repo (#2831)
Fixes #2818, #2523, #2528
2026-04-15 13:02:16 -07: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