Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Giuliopretis opened this issue May 4, 2022 · 3 comments

Comments

@Giuliopretis
Copy link

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
Copy link

abikko commented Feb 23, 2023

Having same issue.

@dominikIncibit
Copy link

same issue here. any solutions?

@Puriwat-dev
Copy link

same issue here. any solutions?

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants