delete_un_used_assets 1.0.1
delete_un_used_assets: ^1.0.1 copied to clipboard
A command line tool to delete un used assets
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add delete_un_used_assets
With Flutter:
$ flutter pub add delete_un_used_assets
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
delete_un_used_assets: ^1.0.1
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.