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

feat: use lints from very_good_analysis #434

Closed josxha closed 4 weeks ago

josxha commented 4 weeks ago

This pull request swaps out the basic flutter_lints ruleset for a more strict one, in this case the one from very_good_analysis because it gets used often in other projects and is well maintained. I made it that all packages reference the same lint file with the option to change the behavior for some if needed.