polyglothq 1.1.7 polyglothq: ^1.1.7 copied to clipboard
polyglothq is a Dart CLI to support using Polyglot for Flutter projects. polyglothq fetches translations from polyglothq.com, and converts them to a Flutter-suitable form.
1.1.7 #
- The deprecated command
polyglothq login
has been replaced with the commandpolyglothq authorize <token>
.
1.1.6 #
- Dynamic text can receive a Map of translations where the value is
null
for some key.
1.1.5 #
- Add extension for the
polyglothq pull
command with the--dynamic
argument
1.1.4 #
- Update dependencies
1.1.3 #
- Update packages
- Use
setDefaultLanguage
attribute to decide whether to set or not a default language.
1.1.2 #
- Update README
- Update polyglothq package description
- Format code
- Update packages
- Adhere to lints 2.0.0 rules
- Add example
1.1.1 #
- Update packages
1.1.0 #
- Allow different country codes for the same language
- Upgrade dependencies
- Code improvements
1.0.0 #
- Initial version.