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

chore: build example app with gradle 8 #430

Closed smallTrogdor closed 1 month ago

smallTrogdor commented 1 month ago

Since #390, the package can be used with Gradle 8. This is a small PR to have the example app use Gradle 8 for building (see #382)

Tested with emulator and physical android device.