overlay_webview icon indicating copy to clipboard operation
overlay_webview copied to clipboard

Improvement: Remove pubspec.lock

Open freitzzz opened this issue 4 years ago • 0 comments

According to Google Dart guidelines:
> For library packages, don’t commit the pubspec.lock file. Regenerating the pubspec.lock file lets you test your package against the latest compatible versions of its dependencies.
https://dart.dev/guides/libraries/private-files#pubspeclock

In that sense, since overlay_webview is a package, pubspec.lock should be removed

freitzzz avatar Oct 01 '20 10:10 freitzzz