localizy 1.0.73 copy "localizy: ^1.0.73" to clipboard
localizy: ^1.0.73 copied to clipboard

A simple Dart-based localization generator that converts your JSON locale files into a strongly-typed strings.dart file with camelCase getters and safe normalized keys.

1.0.73 #

Fixes #

  • Locale files containing hyphens (e.g., hi-IN.json) were not parsed correctly. This is now fully supported.
  • The generated strings.dart file previously leaked dependencies from Localizy; it is now completely standalone after generation.
  • Resolved several minor runtime issues caused by incorrect generation logic.

Changes #

  • Refactored parts of the generator responsible for producing strings.dart to improve consistency and reliability.
0
likes
160
points
186
downloads

Documentation

API reference

Publisher

verified publisherpackages.synergize.co

Weekly Downloads

A simple Dart-based localization generator that converts your JSON locale files into a strongly-typed strings.dart file with camelCase getters and safe normalized keys.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

glob, path, recase

More

Packages that depend on localizy