-
Internal: b/329766984
### Steps to reproduce
1. Enable Android TalkBack (Settings -> Accessibility -> TalkBack).
2. Open a Flutter app using google_maps_flutter and a useAndroidViewSurface value of…
-
### **Issue Summary**
I have tried to launch a Flutter iOS app using the package [yandex_maps_mapkit_lite 4.6.1-beta2](https://pub.dev/packages/yandex_maps_mapkit_lite) in release mode from TestFli…
-
## Issue Description
Within ```onMapCreated```, calling method ```Future getLatLng(ScreenCoordinate screenCoordinate)``` after calling ```Future animateCamera(CameraUpdate cameraUpdate)``` returns th…
-
My code belove, when i flutter run i have issues belove too. Please help!
```
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:google_maps_flutter/google_maps_flutt…
-
### Steps to reproduce
1. Launching app
2. Scrolling through map
### Code sample
Code sample
```dart
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:google…
-
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…
-
### 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…
-
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…
-
Thank you for making this package.
I'm trying to implement this feature into my app but I can't seem to see it working locally despite my logs saying otherwise.
In my attempt to test this, In m…
-
google_maps_flutter decided to deprecate .fromBytes and the deprecation method suggests changing it to .bytes but the two methods work differently. Before just changing them we need to understand the …