pfall 1.0.0
pfall: ^1.0.0 copied to clipboard
A CLI tool to run `flutter pub get` in all subdirectories containing a pubspec.yaml.
🌊 pfall #
pfall is a simple Dart CLI tool that runs flutter pub get (or dart pub get) in all subdirectories that contain a pubspec.yaml.
It saves you from having to run the command manually in every package of a monorepo or workspace.
🔧 Installation #
Activate globally from pub.dev:
dart pub global activate pfall