0.14.0
What's Changed
Breaking changes:
- Remove access token, update libraries, replace example styles #25 (also see #21)
- The parameter
accessToken
of classMaplibreMap
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
- The parameter
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
- @m0nac0
- @kuhnroyal made their first contribution in #27
Full Changelog: 0.13.0...0.14.0