File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- ## 0.20.0-wip
1+ ## 0.20.0
22 * Throw if the ` Intl.select ` ` arg ` is not in the list of ` args ` .
3+ * Support ` package:intl ` ` 0.19.0 ` .
4+ * Require Dart 3.0.
35
46## 0.19.0
57 * Always generate null safe code, remove ` null-safe ` flag.
Original file line number Diff line number Diff line change 11name : intl_translation
2- version : 0.20.0-wip
2+ version : 0.20.0
33description : >-
44 Contains code to deal with internationalized/localized messages,
55 date and number formatting and parsing, bi-directional text, and
66 other internationalization issues.
77repository : https://github.com/dart-lang/i18n/tree/main/pkgs/intl_translation
88
99environment :
10- sdk : ' >=2.19.0 <4.0.0 '
10+ sdk : ^3.0.0
1111
1212dependencies :
1313 analyzer : ^6.3.0
1414 args : ^2.0.0
1515 dart_style : ^2.0.0
16- intl : ^ 0.18.0
16+ intl : ' >= 0.18.0 <0.20.0 '
1717 path : ^1.0.0
1818
1919dev_dependencies :
You can’t perform that action at this time.
0 commit comments