-
Notifications
You must be signed in to change notification settings - Fork 2
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
FM v6 is coming soon #1
Comments
Thanks for the information @JaffaKetchup! Since my package is relatively small, there is not much to do here. Is it possible for me to publish a version to pub.dev before FM v6 is actualliy published there or do I have to wait for that? What is the best practice? |
Hi @TimBaumgart, I imagine there'll be a few things to do like changing the layer to use a As the latest FM prerelease is relatively outdated now (we're not planning on another one), and you can't publish a package that depends on a git repo, I'd say the best thing to do is just make sure you're ready. Maybe make a PR that's ready to merge and publish once v6 is released. (If there was a recent prerelease, the best thing to do would be to make a prerelease for your package as well.) |
fyi: I migrated to the current master of flutter_map in https://github.com/TimBaumgart/flutter_map_polywidget/tree/v6-prep and will merge and publish it as soon as v6.0.0 gets released. |
Everything is in the master branch ready to go now, and the release is coming very very soon! |
v1.0.0 for this package now supports flutter_map v6.0.0 and was published to pub.dev |
The next version of flutter_map is coming soon, with breaking changes for all users and plugins!
Expected CHANGELOG: https://github.com/fleaflet/flutter_map/blob/release-prep/CHANGELOG.md
Likely to be merged PR with significant impacts: fleaflet/flutter_map#1615
Release prep PR: fleaflet/flutter_map#1632
New documentation (path liable to change): https://docs.fleaflet.dev/v/v6-1
Expected migration instructions, suitable for most users: https://docs.fleaflet.dev/v/v6-1/getting-started/migrating-to-v6
List of commits since v5 (more to come): fleaflet/flutter_map@v5.0.0...master
The text was updated successfully, but these errors were encountered: