daunused 1.6.1 copy "daunused: ^1.6.1" to clipboard
daunused: ^1.6.1 copied to clipboard

A Dart package that checks for unused files in your project.

Daunused #

A Dart package that checks for unused files in your project.

Installation #

Add the following dependency to your pubspec.yaml:

dev_dependencies 1.6.1

Run the checker

flutter pub run daunused:daunused.dart ROOT_FOLDER [EXCEPTION1 EXCEPTION2 ...]

For example:

flutter pub run daunused:daunused.dart . lib/main.dart utils/*
1
likes
130
pub points
48%
popularity

Publisher

verified publishermauriciotogneri.com

A Dart package that checks for unused files in your project.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on daunused