Skip to content

0.14.0

Compare
Choose a tag to compare
@m0nac0 m0nac0 released this 14 Oct 09:50

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