flutter_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
TranslationsDelegate<T>
LocalizationsDelegate that allow you to load ARB files on the fly

Properties

metaData Map<String, List<String>>
final

Typedefs

FlutterIntlDataLoader = Future<String> Function(Locale locale, String flavor)
use to update ARB data for give locale and flavor It returns some content to save in memory
FlutterIntlUpdateDataLoader = Future<String?> Function(Locale 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
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