You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A lightweight VS Code extension to detect and remove unused static assets (like images, PDFs, etc.) from your project — perfect for cleaning up the public/ folder in Next.js and other web apps.