There are 0 repository under flutter-assets topic.
image_cleaner_cli is a Dart command-line tool to help Flutter developers identify and clean up unused image assets in their projects. It scans your project files to detect which images in the assets/images/custom folder are not referenced in your code, letting you safely remove them and keep your app size optimized.
Automated asset management for Flutter using build_runner and flutter_gen. Generate type-safe asset references with auto-complete support for images, icons, and SVG files.