-
### Steps to reproduce
1. just add both **google_maps_flutter: ^2.6.1** and **js: ^0.7.1** dependencies to **pubspec.yaml**
2. run **flutter pub get**
### Expected results
**flutter pub get** shou…
-
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…
-
I posted abut this in the Flutter Dev subreddit yesterday, but I have done some more exploring and I think it is somehow related to the interaction between StarMenu and Google Maps in iOS. I put a sk…
-
### 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…
-
See https://github.com/flutter/flutter/issues/122713 for context.
The `google_maps` package is very heavily used in the web implementation of `google_maps_flutter`, but it's outside the policy we'v…
-
It would be nice to have a callback when the user clicks a poi on the map.
See:
https://developers.google.com/maps/documentation/ios-sdk/reference/protocol_g_m_s_map_view_delegate-p#ac06974bfbeb…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
App Check
### Which platforms are affected?
iOS
### Description
…
-
https://pub.dev/packages/google_maps_flutter#ios
Since you have a Mac dev env, please add a support for Google Maps on iOS devices.
-
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…
-
I build the app which is the same as the sample of google_maps_flutter package.
I found the app sometimes displays white screen with google logo. It seems to happen when resuming an activity.
I …