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

Update pub.dev workflow for platform_interface #354

Closed m0nac0 closed 9 months ago

m0nac0 commented 10 months ago

The first attempt failed because of https://github.com/dart-lang/setup-dart/issues/68. This uses the --skip-validation option recommended in that issue.

Apparently the workflow recommended by pub.dev actually doesn't work with Flutter plugins because it tries to do some client side validations that fail because the workflow does not setup Flutter...

m0nac0 commented 10 months ago

ref #353