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

Delete pubspec.lock #314

Closed m0nac0 closed 11 months ago

m0nac0 commented 11 months ago

According to the official docs, the pubspec.lock should only be checked into git for application packages (which our example app probably is), but not for plugins: https://dart.dev/tools/pub/package-layout#the-pubspec

JulianBissekkou commented 11 months ago

Thanks for creating so many PRs lately and cleaning things up :)

m0nac0 commented 11 months ago

Sure, I was in the process of looking into #309 and thinking about an overhaul of the release process to prepare a new release, and these kind of came up in the process anyways :)