lit_localization_service library

A Flutter package to enable localizations using JSON files.

To use, import package:lit_localization_service/lit_localization_service.dart.

Classes

LitLocalizationController
A controller class to handle I/O operations required to load and parse the JSON file containing the localized strings.
LitLocalizations
A controller class loading the JSON file content and enabling to get a specific localized string by it's key on the JSON file.
LitLocalizationServiceDelegate
The LitLocalizations's delegate class for the .