-
Notifications
You must be signed in to change notification settings - Fork 57
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
TargetPlatform.macOS is not yet supported when opening in browser #42
Comments
Hey @yannickvg, you have to activate the 'Maps JavaScript API' Key in your Google Cloud Console |
Did you find any solution to this? I am facing the same problem. |
Hi, @yannickvg did you enable maps sdk for javascript? |
you may have forgotten to add js sdk script in web/index.html? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When i use the plugin, it works fine on iOS and Android. When i use flutter web to deploy to the browser, i get the error message "TargetPlatform.macOS is not yet supported by the maps plugin". I get that desktop is not yet supported but I'm running in the browser, not on desktop
Steps to Reproduce
you can see an example here:
https://fitz-test.netlify.app/
If you select any city you go to a screen where normally there would be a map but you see the error.
Expected results:
See a google maps screen
Actual results:
The message: "TargetPlatform.macOS is not yet supporte by the maps plugin"
The text was updated successfully, but these errors were encountered: