auto_localize
A command-line utility that automatically scans your Flutter project to find hardcoded UI strings and replaces them with localization keys. Supports multiple localization packages including GetX and Flutter's built-in localization.
What this package is like to depend on
Last release 1 years ago
13 May 2025
Too new to tell
only 2 release windows
Most releases are documented
notes for 3 of 5 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
5 releases · first in 2025
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · May 2025 to May 2025
2026
Releases
latest 5-
0.0.513 May 2025Nothing published for this version
-
0.0.412 May 2025Nothing published for this version
-
0.0.104 May 2025Release notes
Open source →Initial release of auto_localize:
- Automatically scan Flutter projects for hardcoded UI strings
- Replace hardcoded strings with localization keys
- Support for various text widget patterns (Text, TextSpan, RichText, etc.)
- Handle complex strings with variables
- Generate JSON translation files with original strings as values
- Add necessary imports automatically
- GetX support
-
0.0.1+204 May 2025Release notes
Open source →- Added support for global installation via
dart pub global activate - Fixed issues with path handling on different operating systems
- Improved documentation
- Added support for global installation via
-
0.0.1+304 May 2025Release notes
Open source →- Fixed bin file references in pubspec.yaml
- Improved command-line interface
- Added better error handling for file operations