google_maps_cluster_manager
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)
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); }