We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package:intl
1 parent 412ef68 commit 2d75d73Copy full SHA for 2d75d73
pkgs/intl/CHANGELOG.md
@@ -1,5 +1,4 @@
1
-## 0.19.0-dev
2
-
+## 0.19.0
3
* Add `tryParse` to NumberFormat.
4
* Add `tryParse` `tryParseStrict` `tryParseLoose` `tryParseUtc` to DateFormat.
5
* Add fallback for deprecated locales, such as `he` <-> `iw`.
pkgs/intl/pubspec.yaml
@@ -1,5 +1,5 @@
name: intl
-version: 0.19.0-dev
+version: 0.19.0
description: >-
Contains code to deal with internationalized/localized messages, date and
number formatting and parsing, bi-directional text, and other
0 commit comments