auto_localize 0.0.1 copy "auto_localize: ^0.0.1" to clipboard
auto_localize: ^0.0.1 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 #

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
4
likes
0
points
59
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, get, path

More

Packages that depend on auto_localize