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

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

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(body: Center(child: Image.asset('assets/used.png'))),
    );
  }
}
4
likes
0
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

License

unknown (license)

Dependencies

args, path

More

Packages that depend on image_cleaner_cli