easy_json_translate 1.0.0
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
.trJsonand.trParamsstring extensions for easy translations throughout your app. - Automatically uses
shared_preferencesbehind the scenes to persist the user's selected language. - Features a globally accessible
EasyJsonTranslateSingleton that acts as aChangeNotifierfor real-timeMaterialApplocale updates viaAnimatedBuilder. - Fully tested and includes a comprehensive
exampleproject.