dart_dependency_checker 0.1.4 dart_dependency_checker: ^0.1.4 copied to clipboard
A utility package for checking dependencies within Dart/Flutter packages.
0.1.4 #
- Added
TransitiveUseChecker
implementation. - Require Dart
^3.3.0
.
0.1.3 #
- Split of dart_dependency_checker lib and cli.
0.1.2 #
- Eliminate extra blank lines after
ddc deps-unused --fix
run. - Add
.yml
file extension support.
0.1.1 #
- Add instant cleanup
ddc deps-unused --fix
flag. - Add
ddc
as exec command shorthand. - Add
ddc deps-unused --main-ignores x,y,z
option.
0.1.0 #
- Splitting public and internal API.
- Add more documentation and tests.
- Add example project.
0.0.3 #
- Fixes issue where unused dependencies won't be reported if source directories do not exist.
0.0.2 #
- Add output colors and example.
0.0.1 #
- Initial version.