lockpick icon indicating copy to clipboard operation
lockpick copied to clipboard

A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files.

lockpick

style: very good analysis License: MIT

A CLI for syncing Dart dependency versions between pubspec.yaml and pubspec.lock files. 🔒

Usage

# Activate lockpick
pub global activate lockpick

# See usage information
lockpick --help

# Sync dependency versions in the current directory
lockpick sync ./