asset_hound 1.0.1 copy "asset_hound: ^1.0.1" to clipboard
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 AssetCleaner class for cleaner architecture and reusability.
  • Docs: Updated the README with the official Asset Hound logo and documented the --yes and --scope flags.

1.0.0 #

  • Initial release of Asset Hound! 🐶
  • Added scan command with --auto-fix and --dry-run flags.
  • Added HTML and JSON report generation via --report flag.
  • Added smart Code Scanner with fuzzy directory matching.
  • Added automatic protection for native configuration packages.
1
likes
160
points
60
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A CLI tool to sniff out and remove unused assets in Flutter projects.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, glob, mason_logger, path, yaml

More

Packages that depend on asset_hound