dart_dependency_checker 0.1.1
dart_dependency_checker: ^0.1.1 copied to clipboard
A utility package for checking dependencies within Dart/Flutter packages.
0.1.1 #
- Add instant cleanup
ddc deps-unused --fixflag. - Add
ddcas exec command shorthand. - Add
ddc deps-unused --main-ignores x,y,zoption.
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.