bpillon / google_maps_cluster_manager

Simple Flutter clustering library for Google Maps
https://pub.dev/packages/google_maps_cluster_manager
MIT License
121 stars 94 forks source link

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

Open Giuliopretis opened 2 years ago

Giuliopretis commented 2 years ago

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.

abikko commented 1 year ago

Having same issue.

dominikIncibit commented 1 year ago

same issue here. any solutions?

Puriwat-dev commented 8 months ago

same issue here. any solutions?

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