pfall 1.0.1
pfall: ^1.0.1 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
🚀 Usage Run pfall inside the root of your monorepo/workspace:
pfall