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 1
1
## 1.2.0-wip
2
2
3
- - Change ` IntX ` such that it implements ` Comparable<IntX> ` . This makes it
3
+ * Change ` IntX ` such that it implements ` Comparable<IntX> ` . This makes it
4
4
possible for ` IntX ` (and in turn ` Int64 ` and ` Int32 ` ) be used with methods
5
5
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
7
8
8
9
## 1.1.1
9
10
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
7
7
issue_tracker : https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
8
8
9
9
environment :
10
- sdk : ^3.1 .0
10
+ sdk : ^3.4 .0
11
11
12
12
dev_dependencies :
13
13
dart_flutter_team_lints : ^3.0.0
You can’t perform that action at this time.
0 commit comments