flutter_hardcode_localizer 1.0.0 copy "flutter_hardcode_localizer: ^1.0.0" to clipboard
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.

Flutter Hardcode Localizer v1.0.0 #

πŸŽ‰ Initial Stable Release - A powerful Dart plugin that finds hardcoded strings in your Flutter projects and provides interactive localization tools.

Features #

βœ… Works with Arrays: ['Hello', 'World'] β†’ [Locale.hello, Locale.world]
βœ… Works with Methods: Text('Click me') β†’ Text(Locale.clickMe)
βœ… Works with Constructors: MaterialApp(title: 'App') β†’ MaterialApp(title: Locale.app)
βœ… Works with Maps: {'key': 'value'} β†’ {'key': Locale.value}

Installation & Usage #

# Add as dev dependency
flutter pub add --dev flutter_hardcode_localizer

# Run the tool
dart run flutter_hardcode_localizer:localize

Perfect for Flutter developers who want reliable string localization!

4
likes
0
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart plugin that finds hardcoded strings in Flutter projects and provides quick-fix to move them to localization files.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, custom_lint_builder, dart_style, path

More

Packages that depend on flutter_hardcode_localizer