easy_json_translate 1.0.0 copy "easy_json_translate: ^1.0.0" to clipboard
easy_json_translate: ^1.0.0 copied to clipboard

A pure Flutter widget-based package dynamically bridging localized JSON files into the app without generating Dart boilerplate.

1.0.0 #

  • Initial Stable Release!
  • A pure Flutter package to dynamically load and manage internationalization using JSON files.
  • Extracts locale information intelligently from asset foldernames (e.g. es.json, es_ES.json).
  • Provides .trJson and .trParams string extensions for easy translations throughout your app.
  • Automatically uses shared_preferences behind the scenes to persist the user's selected language.
  • Features a globally accessible EasyJsonTranslate Singleton that acts as a ChangeNotifier for real-time MaterialApp locale updates via AnimatedBuilder.
  • Fully tested and includes a comprehensive example project.
0
likes
160
points
106
downloads

Documentation

API reference

Publisher

verified publishergrandezsoft.com

Weekly Downloads

A pure Flutter widget-based package dynamically bridging localized JSON files into the app without generating Dart boilerplate.

Repository (GitHub)
View/report issues

Topics

#i18n #localization #json #translation

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on easy_json_translate