flutter_build_finder 0.1.0
flutter_build_finder: ^0.1.0 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 rootbuild
- Deduplicate build entries and improve labeling for clarity
- Group results by project: show a single
- UX:
- Updated delete flow: select project first, then choose specific location to delete