Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 646 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 646 Bytes

1.0.7

  • Feat : export GettextLocalizations

1.0.6

  • Feat : made is possible to throw an exception if a message is not found in the translation file.
  • Feat : upgraded minimum flutter and sdk versions.

1.0.5

  • Fixed: the .t extension method on BuildContext is now returning a String instead of a dynamic.

1.0.4

  • Fixed: use an empty, fake, .po file when the default language is not found.
  • Updated: README.md

1.0.3

  • Fixed: do not throw an error when the default language is not found. Strings will be used untranslated.

1.0.2

  • Fixed example

1.0.1

  • Fixed packaging issues

1.0.0

  • Initial release.