File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11## 1.2.0-wip
22
3- - Change ` IntX ` such that it implements ` Comparable<IntX> ` . This makes it
3+ * Change ` IntX ` such that it implements ` Comparable<IntX> ` . This makes it
44 possible for ` IntX ` (and in turn ` Int64 ` and ` Int32 ` ) be used with methods
55 like ` sortedBy ` in the platform libraries.
6- - Run ` dart format ` with the new style.
6+ * Run ` dart format ` with the new style.
7+ * Require Dart 3.4
78
89## 1.1.1
910
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/core/tree/main/pkgs/fixnum
77issue_tracker : https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
88
99environment :
10- sdk : ^3.1 .0
10+ sdk : ^3.4 .0
1111
1212dev_dependencies :
1313 dart_flutter_team_lints : ^3.0.0
You can’t perform that action at this time.
0 commit comments