easy_localization_cleaner 0.0.2
easy_localization_cleaner: ^0.0.2 copied to clipboard
A Dart CLI tool designed to clean up unused localization keys from JSON/Arb files used with the `easy_localization` package.
0.0.2 #
- Added support for short commands (e.g.,
-c
for--current-path
,-g
for--generated-class-key
). - Improved handling of
LocaleKeys.key
in theKeyUsageVisitor
to support direct usage without method invocations. - Fixed lint issues by ensuring all lines are within the 80-character limit.
0.0.1 #
- Initial version.