Skip to content

Commit 1aa58ef

Browse files
authored
[fixnum] update the min. required dart sdk (#907)
1 parent 60f2b5d commit 1aa58ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pkgs/fixnum/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

pkgs/fixnum/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/core/tree/main/pkgs/fixnum
77
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum
88

99
environment:
10-
sdk: ^3.1.0
10+
sdk: ^3.4.0
1111

1212
dev_dependencies:
1313
dart_flutter_team_lints: ^3.0.0

0 commit comments

Comments
 (0)