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

Properties

metaData Map<String, List<String>>
final

Typedefs

IntlDataLoader = Future<String> Function(String locale, String flavor)
use to update ARB data for give locale and flavor It returns some content to save in memory
IntlUpdateDataLoader = Future<String?> Function(String locale, String flavor)
use to update ARB data for give locale and flavor If it returns null, it mean no update is available If it returns some content, it will update accordingly