-
Notifications
You must be signed in to change notification settings - Fork 233
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
It would be nice to have a mode where dart pub get fails if pubspec.lock is missing or changes to pubspec.lock is required to satisfy pubspec.yaml.
Could be called dart pub get --locked or dart pub get --pristine.
Motivation: When doing a production build (or deployment) you explicitly want to avoid any deviation from pubspec.lock as this could result in shipping dependencies you have not tested.
alexlapa, DetachHead, KotlinIsland, marko, mchudy and 1 more
Metadata
Metadata
Assignees
Labels
type-enhancementA request for a change that isn't a bugA request for a change that isn't a bug