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
186 stars 106 forks source link

feat!: migrate maplibre-native for android to version 11.0.0 #403

Closed josxha closed 1 month ago

josxha commented 1 month ago

This pull request updates the package to use version 11.0.0 of maplibre-native for android. It is marked as draft because it is based on https://github.com/maplibre/flutter-maplibre-gl/pull/382. After the package supports gradle 8 it can be either rebased or recreated. All relevant changes of this pull requests are in the last commit b6030c39cdb521a0fe3bac83a8274d6557f5587e.

If wanted, we can change the occurences of "Maplibre" to "MapLibre" to be more in line with maplibre-native. (I'd prefer to do it in a follow-up pr tho).

Recommend to merge before this pr:

josxha commented 1 month ago

superseeded by https://github.com/maplibre/flutter-maplibre-gl/pull/406.