image_cleaner_cli 0.0.5 copy "image_cleaner_cli: ^0.0.5" to clipboard
image_cleaner_cli: ^0.0.5 copied to clipboard

A Dart CLI tool to detect, preview, and delete unused or unwanted image assets from your Flutter project.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate image_cleaner_cli

Use it

The package has the following executables:

$ image_cleaner_cli

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add image_cleaner_cli

With Flutter:

 $ flutter pub add image_cleaner_cli

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  image_cleaner_cli: ^0.0.5

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:image_cleaner_cli/image_cleaner_cli.dart';
4
likes
160
points
18
downloads

Publisher

verified publishersumitdabral.space

Weekly Downloads

A Dart CLI tool to detect, preview, and delete unused or unwanted image assets from your Flutter project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, path

More

Packages that depend on image_cleaner_cli