Skip to content

Releases: ilteoood/flutter_i18n

Support for supportedLocales

02 Jun 16:13
Compare
Choose a tag to compare

Support for supportedLocales

Missing key from fallback file

09 May 07:23
039381a
Compare
Choose a tag to compare

New feature: missing key are now retrieved from the fallback file.

Decode strategies

30 Apr 21:10
ab0dc82
Compare
Choose a tag to compare

New feature: file translation decode strategies.
New translation strategy provided, able to load XML file.

Fixed immutable warnings

24 Apr 20:05
Compare
Choose a tag to compare

Fixed immutable warnings on I18n widgets

Fix for #83

24 Apr 12:13
e2c04b0
Compare
Choose a tag to compare

When you use a key that point to an object, no more exception are throwed.

Child parameter on I18n widgets is now optional

24 Mar 19:59
Compare
Choose a tag to compare

Child parameter on I18nText and i18nPlurals is now optional

New NamespaceFileTranslationLoader loader

16 Mar 13:30
Compare
Choose a tag to compare

New loader provided: NamespaceFileTranslationLoader

Loaders strategies

12 Mar 19:13
Compare
Choose a tag to compare

Are now provided 3 different load strategies:

  • FileTranslationLoader
  • NetworkFileTranslationLoader
  • E2EFileTranslationLoader