mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
* 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>
18 lines
364 B
YAML
18 lines
364 B
YAML
# Configuration for https://pub.dartlang.org/packages/peanut
|
|
|
|
directories:
|
|
- animations/web
|
|
- provider_shopper/web
|
|
- charts/web
|
|
- filipino_cuisine/web
|
|
- github_dataviz/web
|
|
- particle_background/web
|
|
- slide_puzzle/web
|
|
- timeflow/web
|
|
- vision_challenge/web
|
|
- form_app/web
|
|
- web_dashboard/web
|
|
- place_tracker/web
|
|
|
|
post-build-dart-script: _tool/peanut_post_build.dart
|