daunused 1.7.3 copy "daunused: ^1.7.3" to clipboard
daunused: ^1.7.3 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.7.3

Run the checker

flutter pub run daunused:daunused.dart ROOT_FOLDER [EXCLUDED_FILE_1, EXCLUDED_FILE_2 ...] [EXCLUDED_FUNCTION_1, EXCLUDED_FUNCTION_2 ...]

For example:

flutter pub run daunused:daunused.dart lib lib/main.dart,utils/* ==,build
1
likes
0
points
71
downloads

Publisher

verified publishermauriciotogneri.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer

More

Packages that depend on daunused