Skip to content

Releases: maplibre/flutter-maplibre-gl

0.15.0

26 Oct 11:41

Choose a tag to compare

What's Changed

  • Fix bug when changing line color (see #448) by @vberthet in #15
  • Remove unnecessary imports by @m0nac0 in #34
  • Update example with Flutter 2.5.3 by @kuhnroyal in #35
  • CI: Use separate scheduled pipeline for Flutter beta builds by @kuhnroyal in #28
  • [Breaking Change] Null safety (cherry-pick from upstream) by @m0nac0 in #31
  • [web] add missing removeLines, removeCircles and removeFills (cherry-pick tobrun#622) by @m0nac0 in #32
  • Replace style string in local style example by @m0nac0 in #33
  • [web] add getSymbolLatLng and getLineLatLngs by @m0nac0 in #37

Full Changelog: 0.14.0...0.15.0

0.14.0

14 Oct 09:50

Choose a tag to compare

What's Changed

Breaking changes:

  • Remove access token, update libraries, replace example styles #25 (also see #21)
    • The parameter accessToken of class MaplibreMap was removed. If you want to continue using a tile provider that requires an API key, specify that key directly in the URL of the tile source (see https://github.com/m0nac0/flutter-maplibre-gl#tile-sources-requiring-an-api-key)
    • The built-in constants for specific styles were also removed. You can continue using these styles by using the styles' URLs

Other changes:

  • Remove warning about missing access token on Android #22
  • Example: use maplibre styles and add new demo style #23
  • Add about button to example app #26
  • various improvements to the CI
  • fixed formatting for some files that were not correctly formatted

Contributors

Full Changelog: 0.13.0...0.14.0

0.13.0

06 Oct 17:13

Choose a tag to compare

What's Changed

🎉 The first release of flutter-maplibre-gl with the complete transition to Maplibre libraries. 🎉

Besides the following improvements, many changes were picked up from the flutter-mapbox-gl:0.11.0 and flutter-mapbox-gl:0.12.0 releases:

  • Fix queryRenderedFeaturesInRect for iOS by @Schedulaar in #10
  • Fix missing speed by @vberthet in #11
  • Merge tobrun 0.12 by @vberthet in #8
  • Fix onuserlocationupdated by @vberthet in #14
  • Fix iOS example project execution by @mindthefish in #9
  • Podfile: make it work w/ new Flutter versions by @m0nac0 in #1
  • Remove unnecessary Dart version constraint by @m0nac0 in #3
  • Alter Dart version constraints by @m0nac0 in #4
  • fix: readme flutter-mapbox-gl link by @thmsct in #5
  • Fix pubspec info in README.md by @tlueder in #6
  • Update gradle plugin version to 4.1.2 by @m0nac0 in #12

New Contributors

  • @m0nac0 made their first contribution in #1
  • @thmsct made their first contribution in #5
  • @tlueder made their first contribution in #6
  • @Schedulaar made their first contribution in #10
  • @vberthet made their first contribution in #11

Full Changelog: 0.10.0...0.13.0