-
Either Google Maps or MapBox.
Most likely MapBox because it has a better implementation in Flutter.
-
Running "flutter pub get" in [APP_NAME]...
Because no versions of cloud_firestore match >1.0.0 4.0.0
-
Google map on iOS does not exactly centre on the screen. The screenshots below demonstrate the difference between iOS & Android. The view has been created using a `Stack` with `Google Map` and `Positi…
-
I'm using the following style of Polyline to draw one the google_maps
```
Polyline(
polylineId: PolylineId("${polylineId++}"),
width: 4,
points: points,
…
-
Firstly, thank you so much for the efforts put into this package. Much appreciated.
This works for me but for some android version it won't work.
When the Update Now button is clicked, it's expe…
-
error in get package
-
File: `packages/google_maps_flutter/google_maps_flutter/android/src/main/java/io/flutter/plugins/googlemaps/MarkersController.java`
Function: `boolean onMarkerTap(String googleMarkerId) `
The c…
-
**Describe the bug**
In peer to peer and peer to many peers calls when i disconnect webrtc and `RTCVideoRenderer` are set to null and also tried disposed.I still see the webrtc logs as
Closing r…
-
Hi!
I’m testing a Google_maps_flutter sample.
```console
E[/GoogleMapController]()(25499): Cannot enable MyLocation layer as location permissions are not granted
```
Google maps are displayed…
-
## Steps to Reproduce
1. Run the code following on the mobile simulator or physical mobile device
code sample
```dart
/// Flutter code sample for DropdownButton
// @dart = 2.9
// This…