- Feat : export GettextLocalizations
- 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.
- Fixed: the
.t
extension method onBuildContext
is now returning aString
instead of adynamic
.
- Fixed: use an empty, fake, .po file when the default language is not found.
- Updated: README.md
- Fixed: do not throw an error when the default language is not found. Strings will be used untranslated.
- Fixed example
- Fixed packaging issues
- Initial release.