flutter_gettext 2.1.0
flutter_gettext: ^2.1.0 copied to clipboard
A flutter package to use gettext translations with positional & named arguments.
NEXT #
- feat: update flutter sdk (to >=3.8.1 <4.0.0) to fix intl >0.19.0 error
2.0.2 #
- feat: update flutter sdk (to >=3.0.6 <4.0.0) to fix intl error on newer flutter versions
2.0.1 #
- feat: disable error logging of missing translations in english, as the key is used as the translation
- fix: README.md example of translation function
2.0.0 #
- BREAKING CHANGE:
- change name of translations function from
t
totranslate
- change name of translations function from
- Implement widget tests for translations
1.0.3 #
- Migrate plugin to a package to remove platform-agnostic code
1.0.2 #
- Add export of necessary classes and functions for usage in other modules
- Implement better linting
- Add example
- Add supported platforms to pubspec.yaml
1.0.1 #
- Remove collection dependency for better compatibility
1.0.0 #
- Initial release.