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 iOS to version `6.4.2` #405

Closed josxha closed 1 month ago

josxha commented 1 month ago

This pull request updates the maplibre-native version to 6.4.1 for iOS. Before the unstable version 5.14.0-pre3 was used.

The iOS changelog for maplibre-native can be viewed here (only iOS Devices with an Apple A7 GPU or later are supported from now on).

All CI workflows passed in my fork.

Closes #388

kuhnroyal commented 1 month ago

Confirmed that with this change, the example runs on 17.4 iOS simulator.

josxha commented 1 month ago

I updated the changelog and bumped the version to 6.4.2 to include the latest patch. 👍