flutter_hardcode_localizer 1.0.0
flutter_hardcode_localizer: ^1.0.0 copied to clipboard
A Dart plugin that finds hardcoded strings in Flutter projects and provides quick-fix to move them to localization files.
Changelog #
1.0.0 - 2025-08-14 #
🎉 Initial Stable Release #
First stable release of Flutter Hardcode Localizer with:
- ✅ Reliable string replacement for arrays, methods, constructors, maps
- ✅ Interactive CLI with user-friendly prompts
- ✅ Automatic JSON key generation and management
- ✅ Comprehensive test coverage
- ✅ Production-ready stability