auto_localize 0.0.1+3
auto_localize: ^0.0.1+3 copied to clipboard
A command-line utility that automatically scans your Flutter project to find hardcoded UI strings and replaces them with localization keys using GetX's .tr and .trParams methods.
0.0.1+3 #
- Fixed bin file references in pubspec.yaml
- Improved command-line interface
- Added better error handling for file operations
0.0.1+2 #
- Added support for global installation via
dart pub global activate - Fixed issues with path handling on different operating systems
- Improved documentation
0.0.1+1 #
- Bug fixes and performance improvements
- Enhanced pattern matching for text widgets
0.0.1 #
Initial release of auto_localize:
- Automatically scan Flutter projects for hardcoded UI strings
- Replace hardcoded strings with GetX localization keys
- Support for various text widget patterns (Text, TextSpan, RichText, etc.)
- Handle complex strings with variables using trParams
- Generate JSON translation files with original strings as values
- Add necessary GetX imports automatically