-
## Steps to Reproduce
1. Create a new Flutter application on stable/beta/dev/master (reproduces on stable and master, haven't tested on beta or dev).
2. Replace main.dart with the code fou…
-
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.2.51 and higher. Project 'map_view' is using version 1.2.50.
-
When trying to debug on concurrent emulators (One Android and one iOS), the second emulator to start triggers a crash on the one that was already running with the google maps plugin. This wasn't happe…
-
There's a weird interaction between this widget and the official [flutter google maps ](https://pub.dev/packages/google_maps_flutter).
Whenever the both widgets are in view the cupertino controls a…
-
### Steps to reproduce
1. Add `SemanticsBinding.instance.ensureSemantics();` to the main function.
2. Inspect the below-given code snippet in Chrome(any web browser) for Accessibility.
### Expe…
-
Hi,
Firstly, thanks for the awesome package, I'm using it very well :)
Are there any plans for adding location information?
I am aware Google's flutter map isn't quite there yet, so that could …
-
## Bug report
cloud_firestore: ^4.15.6
cloud_firestore_odm: ^1.0.0-dev.83
cloud_firestore_odm_generator: ^1.0.0-dev.83
With the above versions of dependencies, I have generated the cloud fires…
-
### 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…
-
We trying to use the `longPress` event provided by the google maps flutter plugin.
The maps the setup roughly looks like this:
```
@override
Widget build(BuildContext context) {
return Sc…
-
## Issue Description
Within ```onMapCreated```, calling method ```Future getLatLng(ScreenCoordinate screenCoordinate)``` after calling ```Future animateCamera(CameraUpdate cameraUpdate)``` returns th…