option to validate that pubspec.lock
is up to date
#3470
Labels
type-enhancement
A request for a change that isn't a bug
pubspec.lock
is up to date
#3470
according to the docs,
dart pub get
uses thepubspec.lock
file but will update it if it's outdated. however i want to be able to add a check in my CI that ensures thatpubspec.lock
is up to date, so this behavior is not ideal.other package managers have this feature. some examples are
npm ci
andpoetry lock --check
The text was updated successfully, but these errors were encountered: