Check unused flutter assets
This program is used to automate the removal of unused flutter assets.
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
- Fork the repo ( https://github.com/sixtusmiracle/chkassets/fork )
- Create a branch for your new feature (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request