maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
215 stars 117 forks source link

Fix wrong plugin references in example pubspec.yaml #322

Closed m0nac0 closed 10 months ago

m0nac0 commented 10 months ago

We should cherry-pick commit 4562ce3afce62091b1627b2760bcf3e70957ff51 to main branch.

The example app has wrong references to the maplibre plugins. This did not matter previously, because we overrode the dependencies in the same file further down. However, at least in the release branches we want to show users how to correctly use the plugin. I fixed this on the release-0.17.0 branch, but we should port the fix to the main branch.

We should also consider adding the explainer comments from commit bcf26aea71fa2d5b5bcfaf5fb8b8ad8aeea5fe22 to the main branch, so that we do not have to add them every time we cut a release.