asset_hound 1.0.1
asset_hound: ^1.0.1 copied to clipboard
A CLI tool to sniff out and remove unused assets in Flutter projects.
1.0.1 #
- New Feature: Added the
--yes(-y) flag to bypass the deletion confirmation prompt. Perfect for automated CI/CD pipelines! - Enhancement: Extracted deletion logic into a dedicated
AssetCleanerclass for cleaner architecture and reusability. - Docs: Updated the README with the official Asset Hound logo and documented the
--yesand--scopeflags.
1.0.0 #
- Initial release of Asset Hound! 🐶
- Added
scancommand with--auto-fixand--dry-runflags. - Added HTML and JSON report generation via
--reportflag. - Added smart Code Scanner with fuzzy directory matching.
- Added automatic protection for native configuration packages.