-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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 isMapAvailable on channel map_launcher) #59258
Comments
|
Hi @thechawla225 in your |
|
@VladyslavBondarenko Yes I have restarted the application multiple times after installing these dependencies and have also in fact restarted my PC. I do notice that some lines seem to be different in my Should I change the following lines in this file or add something new ? In addition, there seem to be these red lines in these lines as posted in this screenshot below : |
|
@thechawla225 Is it like this? |
|
@VladyslavBondarenko yes that's exactly what the file looks like. |
|
Hi @thechawla225 |
|
I have resolved the issue. Here is how I resolved it:
in my project directory. |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |

I am trying to create a simple button in flutter to open a google maps with a simple location with these coordinates:
31.233568, 121.505504
But evrytime i try to start url_launcher or map_launcher it dosen;t work and gives me this error.
I am getting unhandled exception error for map_launcher and url_launcher both.
In fact another package, google_pay also dosen't work.
I have imported FireBase can that be a reason for my problem?
The error:
I have searched forums which say that my MainActiviy.java file must be edited but i can't find that file anywhere.
I have tried starting a new project and the map opens fine in a new project with just url_launcher and no other plugin installed I have tried flutter clean and flutter upgrade and updated android studio.
I don't know what to do i have read many answers but nothing seems to work.
Flutter doctor - v output:
• No issues found!
The text was updated successfully, but these errors were encountered: