sweeper 0.2.1
sweeper: ^0.2.1 copied to clipboard
Finds and removes unused gen-l10n translation keys from ARB files using resolved static analysis.
Changelog #
0.2.1 #
- README: full commands & flags reference (including
--quiet).
0.2.0 #
- Hardened detection: the localizations class must be declared in the
gen-l10n output location (
output-diror the legacypackage:flutter_gensynthetic package), so identically-named classes elsewhere never count. - Colored terminal output (ANSI auto-detected, plain when piped).
- New
--quiet/-qflag oncheckandcleanto print summaries only. - Dartdoc for the full public API and a pub.dev example.
0.1.0 #
- Initial release:
checkandcleancommands with resolved-AST unused-key detection,--keepglobs,--json,--dry-run, and fail-closed behavior.