dart_dependency_checker_cli 0.5.1
dart_dependency_checker_cli: ^0.5.1 copied to clipboard
A command-line utility for checking dependencies within Dart/Flutter packages.
0.5.1 #
- The
deps-addcommand does a little new lines cleanup.
0.5.0 #
- Add
deps-addwithdaas shorthand command. - Breaking change: Change main interface to more generic
Performersignature.
0.4.2 #
- Bump
dart_dependency_checkerto^0.3.2:- Guarantees valid yaml output after
deps-unused --fixrun.
- Guarantees valid yaml output after
0.4.0 #
- Add
deps-usedwithduas shorthand command. - Require Dart
^3.6.0.
0.3.1 #
- Update dependencies and internals.
0.3.0 #
- Require Dart
^3.5.0.
0.2.1 #
- Adding shorthand command
dun,tuand option--miand--dialiases. - Update docs, dependencies and internals.
- Require Dart
^3.4.0.
0.2.0 #
- Add
--jsonoutput flag.
0.1.8 #
- Raise DDC version to
^0.1.5for real.
0.1.7 #
- Raise DDC version to
^0.1.5. - Add
transitive-usecommand.
0.1.6 #
- Raise DDC version to
^0.1.4. - Require Dart
^3.3.0.
0.1.5 #
- Add
--versionflag.
0.1.4 #
- Remove library directive and update example styling.
0.1.3 #
- Split of dart_dependency_checker lib and cli.
0.1.2 #
- Initial version.