Releases: ilteoood/flutter_i18n
Releases · ilteoood/flutter_i18n
Support for supportedLocales
Support for supportedLocales
Missing key from fallback file
New feature: missing key are now retrieved from the fallback file.
Decode strategies
New feature: file translation decode strategies.
New translation strategy provided, able to load XML file.
Fixed immutable warnings
Fixed immutable warnings on I18n widgets
Fix for #83
When you use a key that point to an object, no more exception are throwed.
Child parameter on I18n widgets is now optional
Child parameter on I18nText and i18nPlurals is now optional
New NamespaceFileTranslationLoader loader
New loader provided: NamespaceFileTranslationLoader
Loaders strategies
Are now provided 3 different load strategies:
- FileTranslationLoader
- NetworkFileTranslationLoader
- E2EFileTranslationLoader