pfall 1.0.6 copy "pfall: ^1.0.6" to clipboard
pfall: ^1.0.6 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 can also clean build artifacts (pubspec.lock, .dart_tool/, build/) across all packages in your workspace.

It saves you from having to run the commands manually in every package of a monorepo.


🔧 Installation #

Activate globally from pub.dev:

dart pub global activate pfall

🚀 Usage #

Run pfall inside the root of your monorepo/workspace.

Show help #

pfall help

Run flutter pub get in all subdirectories #

pfall get

Clean .dart_tool, build, and pubspec.lock in all subdirectories #

pfall clean

✨ Example #

# Get all dependencies
pfall get

# Clean all packages
pfall clean

# Show usage information
pfall help
5
likes
0
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A CLI tool to run `flutter pub get` in all subdirectories containing a pubspec.yaml.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, path

More

Packages that depend on pfall