flutter_cache_cleaner 0.1.0
flutter_cache_cleaner: ^0.1.0 copied to clipboard
A cross-platform CLI utility to safely clean Flutter project build artifacts and global dependency caches
Changelog #
All notable changes to this project will be documented in this file.
0.1.0 2024-01-XX #
Added #
- Initial release
- Scan command to discover Flutter projects and cache files
- Clean command to remove cache files safely
- Doctor command to show environment information
- Priority path scanning
- Support for per-project and global cache targets
- Cross-platform support (macOS, Linux, Windows)