-
Hi !
In my project I'm using google_maps_flutter thats provide a method GoogleMapController.getZoomLevel() and so.
If I declare both in pubspec.yaml:
`dependencies:`
` flutter:`
` sdk: flutt…
-
The error occurs during installation when building the iOS of a new Flutter project.
It seems to be an error related to Google Maps, so I defined only google_maps_flutter in pubspec.yaml and tried bu…
-
The app crashes when setting a location where Street View does not exist.
```md
flutter_google_street_view: ^3.1.4
```
```log
D/AndroidRuntime(24825): Shutting down VM
E/AndroidRuntime(248…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Hey there,
Awesome work on the plugin, loving it! I was wondering if there is currently a way to change the animation speed of the `.animateCamera` method and if not, is it planned for a future rel…
tzvc updated
2 months ago
-
To reproduce, run flutter with impeller enabled on a device that supports AHB swapchains. For this I'm using the wonderous app configured to use HC platform views with the following diff:
```
diff…
-
I am just building the Google-Maps widget in my Stateful Widget. This will be opened with the Navigator via a Button click. But as soon, as I click, the app is lagging, while initializing the map.
Wh…
-
I am using this plugin in flutter web and it is giving me this error when I try to search anything, I have observed google is returning data properly
┌──────────────────────────────────────────────…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Auth
### Which platforms are affected?
iOS
### Description
I ha…
-
(See https://github.com/flutter/packages/pull/7282 for context)
We have two display modes that we support for `google_maps_flutter` on Android, and have for a while, but we only test one of them in…