google_maps_cluster_manager icon indicating copy to clipboard operation
google_maps_cluster_manager copied to clipboard

Unhandled Exception: MissingPluginException(No implementation found for method map#getVisibleRegion on channel plugins.flutter.io/google_maps_1)

Open Giuliopretis opened this issue 2 years ago • 3 comments

I think this error shows up when the page with the map is disposed but the manager is still in function. It will be awesome if fixed, thank you.

Giuliopretis avatar May 04 '22 14:05 Giuliopretis

Having same issue.

abikko avatar Feb 23 '23 07:02 abikko

same issue here. any solutions?

dominikIncibit avatar Jun 14 '23 08:06 dominikIncibit

same issue here. any solutions?

Add this in onMapCreated. if (!_googleMapController.isCompleted) { _googleMapController.complete(controller); }

Puriwat-dev avatar Oct 20 '23 04:10 Puriwat-dev