* fix path separator bug in cookbook scraper
* update lockfiles
* add category to image name to avoid conflicts
e.g.
testing/integration/introduction
testing/widget/introduction
* fix form_app symlink
* remove webimages directory
* remove vision_challenge
vision_challenge doesn't build on the dev channel
* update pubspec.yaml in _tool and form_app
* 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>
* format place_tracker README
* update sentence in README
* sort Dart members, remove unnecessary type declarations
* Run place_tracker on Android and iOS, update project files
* add link to developer preview caveat
* grammar
* update MAINTENANCE
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/>
The current Travis script will only print offending files, but won’t fail the build. Added `--set-exit-if-changed` to fix that.
Also, simplified the call from using `grep` and `xargs` to simple `flutter format .`, which recurses directories.
Lastly, fixed offending files that needed `dartfmt`. (But not in the directories that aren’t covered by `travis_script.sh`.