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

chore: delete `pubspec.lock` files #412

Closed josxha closed 1 month ago

josxha commented 1 month ago

removing example/pubspec.lock and scripts/pubspec.lock files since those files change often and are recommended to be gitignored, see https://dart.dev/guides/libraries/private-files#the-rules pubspec.lock is already on the gitignore list but the files need to be manual deleted to get ignored.