flutter_i18n library

Classes

E2EFileTranslationLoader
Special loader for solving isolates problem with flutter drive
FileTranslationLoader
Loads translation files from JSON, YAML or XML format
FlutterI18n
Facade used to hide the loading and translations logic
FlutterI18nDelegate
Translation delegate that manage the new locale received from the framework
I18nPlural
Widget for plural text translation
I18nText
Widget for simple text translation
NamespaceFileTranslationLoader
Loads translations from separate files
NetworkFileTranslationLoader
Loads translations from the remote resource
TranslationLoader
Contains the common loading logic

Typedefs

MissingTranslationHandler = void Function(String key, Locale? locale)