flutter_google_maps icon indicating copy to clipboard operation
flutter_google_maps copied to clipboard

A Flutter plugin for integrating Google Maps in iOS, Android and Web applications. It is a wrapper of google_maps_flutter for Mobile and google_maps for Web.

Results 40 flutter_google_maps issues
Sort by recently updated
recently updated
newest added

## Description - updated the code to null-safety - updated all dependencies to their latest versions - [BREAKING CHANGE] `WebMapStyleExtension` has been removed in the process due to being removed...

It's not an issue. But are you considering supporting Null Safety?

In the release build , map not showing . A grey blank screen But in debug build every thing OK Why ?

When I try to add direction to map. It fails with below error. Here is my code. ``` _mapKey.currentState.addDirection( GeoCoord( lat1, lng1, ), GeoCoord( lat2, lng2, ), startLabel: "S", endLabel:...

Error with the latest UUID package - 3.0.4 ``` Because depends on flutter_google_maps 4.0.0 which depends on uuid ^2.1.0, uuid ^2.1.0 is required. So, because depends on uuid 3.0.4, version...

here is the error: Creating a virtual display of size: [720, 2222222] may result in problems(https://github.com/flutter/flutter/issues/2897).It is larger than the device screen size: [720, 1440].

## Description crossplatform_google_maps-4.1.0/lib/src/web/utils.dart:46:3: Error: Type 'MapTypeStyleElementType' not found. crossplatform_google_maps-4.1.0/lib/src/web/utils.dart:146:3: Error: Type 'MapTypeStyler' not found. ## Related Issues *Replace this paragraph with a list of issues related to this PR from...

HI, i am trying to add this lib into my project but i am getting this below error, Pls see and guide me. ``` Because image_picker >=0.8.2 depends on image_picker_platform_interface...

Autocomplete place search is not available

Version 0.4.0 is using old dependencies I'm going to do a pull request with the changes