kirkcharlesniv

Results 4 comments of kirkcharlesniv

This only occurs when **not** running the specified commands from the documentation: `flutter run --flavor prod -t lib/main_prod.dart` or `flutter run --flavor dev -t lib/main.dart`

If you are using VS Code, add these on your launch.json -> configurations ``` { "name": "Dev", "request": "launch", "type": "dart", "args": [ "--flavor", "dev", "-t", "lib/main.dart" ] }, {...

This is such a great feature, any updates to this? Thanks!

~~This is fixed on `google_maps_webservice: 0.0.20-nullsafety.2`, please upgrade dep.~~ The below only fixes the search, not the `MissingPluginException(No implementation found for method camera#animate on channel plugins.flutter.io/google_maps_26)` [PR](https://github.com/lejard-h/google_maps_webservice/commit/102f5093973182942f1ab30f7557cf9a99ac2be9) [Issue](https://github.com/lejard-h/google_maps_webservice/issues/97)