bpillon/google_maps_cluster_manager

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

Opened this issue · 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.

Having same issue.

same issue here. any solutions?

same issue here. any solutions?

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