phrase 2.5.4
phrase: ^2.5.4 copied to clipboard
Phrase Strings over-the-air translations library for Flutter
2.5.4 #
- Consider deprecated setting
synthetic-packageasfalseunless explicity set totrue
2.5.3 #
- Relax
builddependency constraints to>=2.0.0 <5.0.0
2.5.2 #
- Fix issue with placeholders following by a non-space character resulting with a stray $ character.
2.5.1 #
- Fix issue where upgrading to version 2.5.0 caused builds to fail.
2.5.0 #
- Add ICU message format
2.4.2 #
- Raise
package_info_plusversion to support 8.0.0
2.4.1 #
- Raise
package_info_plusversion constraints
2.4.0 #
- Support
output-classclass parameter - Enforce min-max release constraint when app is updated
2.3.0 #
- Add fallback option for
getTextmethod. getText(key, fallbackValue: "fallback")
2.2.1 #
- Delete cache when no release exists
2.2.0 #
- Add timeout params for fetching translations. The
setupmethod now accepts the paramdefaultTimeout. It can also be set when manually updating translations by passing thetimeoutparam toPhrase.updateTranslations. The default timeout is 30 seconds.
2.1.2 #
- Fix empty cache during translation update
2.1.1 #
- Fix Dart syntax issue when
synthetic-packageis set to true
2.1.0 #
- Add
getTextfunction onAppLocalizationsto dynamically access translations
2.0.2 #
- Return
FuturefromonLocalefunction
2.0.1 #
- Raise
package_info_plusandhttpversion constraints
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