flutter_build_finder 0.1.2 copy "flutter_build_finder: ^0.1.2" to clipboard
flutter_build_finder: ^0.1.2 copied to clipboard

A command-line tool to find and manage Flutter build directories across your system. Easily locate and clean up build folders from Flutter projects.

0.0.1 #

  • Initial release of Flutter Build Finder
  • Features:
    • Recursive scanning of Flutter build directories
    • Smart detection of Flutter projects
    • Interactive CLI interface
    • Selective or bulk deletion of build directories
    • Safe operations with permission handling

0.1.0 #

  • Enhancements:
    • Group results by project: show a single πŸ“± project entry with multiple πŸ“ Location lines
    • Attach platform build folders (android/build, ios/build, web/build) alongside root build
    • Deduplicate build entries and improve labeling for clarity
  • UX:
    • Updated delete flow: select project first, then choose specific location to delete

0.1.1 #

  • Fixes:
    • Skip plugin symlink build paths across platforms:
      • ios/.symlinks/plugins/...
      • */flutter/ephemeral/.plugin_symlinks/... (windows, macos, linux)
      • generic /.plugin_symlinks/...
    • Skip FVM SDK caches: /.fvm/... and /fvm/...
    • Skip Flutter SDK package builds like packages/integration_test/...
  • Result:
    • Only real project builds are listed under their project with clean locations, avoiding plugin and SDK noise.

0.1.2 #

  • Fixes:
    • Skip macOS Flutter ephemeral symlinked plugins: macos/Flutter/ephemeral/.symlinks/plugins/...
    • Added generic /.symlinks/plugins/... filter to catch similar paths across platforms.
  • Result:
    • Further reduces noise from non-project build directories; lists only real project build folders.
1
likes
140
points
176
downloads

Publisher

unverified uploader

Weekly Downloads

A command-line tool to find and manage Flutter build directories across your system. Easily locate and clean up build folders from Flutter projects.

Repository (GitHub)
View/report issues

Topics

#cli #flutter #utility #cleanup #build

Documentation

API reference

License

MIT (license)

Dependencies

ansicolor

More

Packages that depend on flutter_build_finder