remove_unused_localizations 1.0.0
remove_unused_localizations: ^1.0.0 copied to clipboard
A Flutter package to clean unused localization keys from .arb files.
0.0.1 Initial Release #
- ๐ First version of
remove_unused_localizations. - ๐ Automatically detects and removes unused localization keys.
- ๐ Supports all
.arbfiles dynamically. - ๐ Excludes important localization files to prevent accidental deletions.
- ๐ Provides detailed output on removed keys.
0.0.2 Fixes for Initial Release #
0.0.3 Fixes for Initial Release #
0.0.4 Add New Feature #
- ๐ Add new feature to not automatically remove unused localization keys from
libfolder (If needed).
1.0.0 Stable Release & Performance Improvements #
- ๐ Stable release โ officially moved to version 1.0.0.
- ๐ Improved performance: Faster scanning of .arb and Dart files.
- ๐ Safer file handling: Improved exclusion logic for critical files.
- ๐ง Smarter key detection: Better regex accuracy for detecting used localization keys.
- ๐ฆ Improved CLI structure: Now works properly as a CLI tool and prints output to the terminal.
- ๐งช General refactoring and stability improvements.