Skip to content

Releases: fleaflet/flutter_map

v4.0.0

05 May 20:02
578bda0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v4.0.0

v4.0.0 - Pre-release 1

04 Apr 11:51
870aeea
Compare
Choose a tag to compare
Pre-release

The pre-release for the next version (v4) of 'flutter_map' is now publicly available on pub.dev at https://pub.dev/packages/flutter_map/versions/4.0.0-dev.1.
It contains a few massive improvements and a lot of work from this community, so we'd appreciate any feedback from testing or opinions. You can talk about v4 on the Discord server, or please create a Discussion here alternatively.

There's breaking changes for many users & plugins, so it may also be beneficial to begin migrating your app or plugin now, so it's ready on full release.

Unfortunately, we can't publish the v4 documentation and migration instructions yet, but for now, please read the CHANGELOG and information from the individual PRs: https://github.com/fleaflet/flutter_map/blob/8e50027fbc666d9d83fcf214136ba4e7b978ed19/CHANGELOG.md.

The release on pub.dev also includes changes from #1475, whereas this release does not.

v3.1.0

05 May 20:00
a908a89
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

05 Sep 16:52
7eb1aba
Compare
Choose a tag to compare

What's Changed

  • Multiple changes - #1333
    • Removed deprecated APIs from v2
    • Removed old layering system
    • Added new layering system
    • Removed old plugin registration system
  • Added Polygon label rotation (countered to the map rotation) - #1332
  • Fixed missing widget sizing to fix multiple issues - #1334
  • Forced CRS changes to rebuild children - #1322
  • Allowed map to absorb gesture events correctly within other scrollables - #1308
  • Improved performance by harnessing the full power of Flutter widgets - #1165, #958

Full Changelog: v2.1.1...v2.2.0

v2.2.0

02 Aug 19:01
a511cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

25 Jul 16:15
9db2b0b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.1

v2.0.0

11 Jul 19:46
f55e156
Compare
Choose a tag to compare

This update adds improved header functionality, and includes breaking changes to TileProviders. Other changes and bug fixes have also been made.

For migration instructions, see https://docs.fleaflet.dev/migration/to-v2.0.0
For changelog, see https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md
For code comparison, visit v1.1.1...v2.0.0

v1.1.1

25 Jun 14:54
6bca06c
Compare
Choose a tag to compare

This update marks the full release of the new documentation website, designed to make your development with flutter_map easier! Visit the new documentation today: https://docs.fleaflet.dev/.

There are no functionality/API changes associated with this update.