intl_message 0.3.2+5 intl_message: ^0.3.2+5 copied to clipboard
Parses and formats ICU Message strings. Formats strings in multiple languages.
0.3.2+5 #
- REFACTOR: support for petitparser: ^6.0.0.
0.3.2+4 #
- FIX: serialization of date/time messages.
0.3.2+3 #
- REFACTOR: support for intl ^0.19.0.
0.3.2+2 #
- FIX: remove print statement when variable not found.
0.3.2+1 #
- FIX: missing } in toString().
0.3.2 #
- FEAT: Support intl v0.19.0 and petitparser v5.0.0.
0.3.1 #
- Support petitparser 4.1.0
0.3.0 #
- Null safety
0.2.0 #
- added
onError
argument to format - accept async custom formatters
- accept future arguments
- allow expressions in messages
0.1.3 #
- Add toJson method to IntlMessage
0.1.2 #
- Support Dart 2 in
pubspec.yaml
0.1.1 #
- Dart 2 pre-release compatibility
0.1.0 #
- Initial version