-
Notifications
You must be signed in to change notification settings - Fork 130
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
[High Priority] Web mode broken in pub.dev published version #309
Comments
I can reproduce the issue. Create a simple example app and add maplibre as a dependency (from pub.dev). Web does not work. |
It seems that the release process on pub.dev may have been incomplete. For reference, the release process is documented at https://github.com/maplibre/flutter-maplibre-gl/blob/main/RELEASE.md (but needs to be adapted now that we have pub.dev publishing). Specifically I think we need to also release maplibre_gl_web. We should also take a closer look at the dependencies in general. |
For the web package, I think we need to change the maplibre_gl_platform_interface dependency at: to a regular dependency on pub.dev. And remove the dependency override at |
This was accidentally automatically closed by GitHub. We should only close this once new releases have been pushed to pub.dev |
Hi. Is there any updates? Or fix description? |
Discussed in #306
Originally posted by AndhikaJeremia September 29, 2023
Hi, can anyone help? I have an error while running it on the chrome web browser on linux system. it shows Text
TargetPlatform.linux is not yet supported by the map's plugin
instead showing the mapi tried running the example it runs well
is there any setups that i need to do so it will run well on chrome web browser on linux?
The text was updated successfully, but these errors were encountered: