Skip to content

Releases: fleaflet/flutter_map

v6.0.0 - Prerelease 2

29 Jul 10:31
991f53c
Compare
Choose a tag to compare
v6.0.0 - Prerelease 2 Pre-release
Pre-release

What's Changed

Full Changelog: v6.0.0-dev.1...v6.0.0-dev.2

v6.0.0 - Prerelease 1

07 Jul 09:17
52c7fa3
Compare
Choose a tag to compare
v6.0.0 - Prerelease 1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v5.0.0...v6.0.0-dev.1

v5.0.0

04 Jun 11:14
79b54e4
Compare
Choose a tag to compare

What's Changed

See full CHANGELOG at https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md.

  • Support Flutter 3.10 (& Rework Tile Providers) by @JaffaKetchup in #1512
  • Apply stronger typing of FlutterMap4 more broadly and opportunistic cleanup/fix by @ignatz in #1515
  • Fix jitter of polygon/polyline after reverting from 2-step positioning by @ignatz in #1514
  • Add automatic example app deployment to web by @JaffaKetchup in #1516
  • Disabled Firebase Hosting Previews on PRs by @JaffaKetchup in #1521
  • Fine-grained MediaQuery dependencies to rebuild only when needed by @ignatz in #1523
  • Migrate to Dart 3.0 by @josxha in #1517
  • Remove saveLayers property from PolylineLayer & save layers automatically when required by @ignatz in #1519
  • Upgrade 'latlong2' & 'http' dependencies by @josxha in #1530
  • Center zoom on pinch zoom gesture (not just on move gesture) by @JosefWN in #1543
  • Multiple Improvements & v5 Release Preparation by @JaffaKetchup in #1532

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