phrase 2.0.0
phrase: ^2.0.0 copied to clipboard
Phrase Strings over-the-air translations library for Flutter
2.0.0 #
- Dart 3 support
- Support for intl 0.18
- Dropping Dart 2 as a supported version in 2.x. For Dart 2 there is still the 1.x release line
1.1.1 #
- Raise
package_info_plusversion constraint
1.1.0 #
- Support US datacenter by adding host option to the setup call:
Phrase.setup("[DISTRIBUTION_ID]", "[ENVIRONMENT_ID]", host: PhraseHost.us);
1.0.5 #
- Log request URL in debug mode
1.0.4 #
- Fix placeholder order usage
1.0.3 #
- Migrated to Flutter SDK 2.10.0
1.0.2 #
- Bug fixes and minor improvements
1.0.1 #
- Bug fixes and minor improvements
1.0.0 #
- Initial Release