Say Goodbye to Unused Assets in your Codebase
Cleanbev is a command-line tool that automatically detects and removes unused assets in Dart and Flutter projects. It scans your codebase, identifies unreferenced assets from pubspec.yaml, and safely deletes them with user confirmation. The tool helps reduce repository size and build times by eliminating accumulated unused images, fonts, and other resources. Installation is simple via Dart pub, and it supports custom asset directory paths.