jimtl library
Classes
- CustomCompositeMessageLookup
-
This is a message lookup mechanism that delegates to one of a collection
of individual
MessageLookupByLibrary
instances. - CustomLookup
- GenerateArb
- GenerateIntl
- IntlDelegate
- Delegate to manage locales and flavors
- RemoteTranslationsManager
Typedefs
-
IntlDataLoader
= Future<
String> Function(String locale, String flavor) -
use to update ARB data for give
locale
andflavor
It returns some content to save in memory -
IntlUpdateDataLoader
= Future<
String?> Function(String locale, String flavor) -
use to update ARB data for give
locale
andflavor
If it returns null, it mean no update is available If it returns some content, it will update accordingly