Unhandled Exception: MissingPluginException(No implementation found for method map#getVisibleRegion on channel plugins.flutter.io/google_maps_1)
Opened this issue · 3 comments
Giuliopretis commented
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
Having same issue.
dominikIncibit commented
same issue here. any solutions?
Puriwat-dev commented
same issue here. any solutions?
Add this in onMapCreated.
if (!_googleMapController.isCompleted) {
_googleMapController.complete(controller);
}