0 purchases
daunused
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
copied to clipboard
Run the checker
flutter pub run daunused:daunused.dart ROOT_FOLDER [EXCEPTION1 EXCEPTION2 ...]
copied to clipboard
For example:
flutter pub run daunused:daunused.dart . lib/main.dart utils/*
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.