/chkassets

Check for unused flutter asset and remove

Primary LanguageShell

Check unused flutter assets

This program is used to automate the removal of unused flutter assets.

Screenshot

Note: Run the program for the root of your flutter project. It attempts to find assets/ folder. Improvements could be made with time.

Installation

Clone the repo

git clone https://github.com/sixtusagbo/chkassets

Run this command to install

sudo ./install.sh

Contributing