Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pkgs/fixnum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 1.2.0-wip

- Change `IntX` such that it implements `Comparable<IntX>`. This makes it
* Change `IntX` such that it implements `Comparable<IntX>`. This makes it
possible for `IntX` (and in turn `Int64` and `Int32`) be used with methods
like `sortedBy` in the platform libraries.
- Run `dart format` with the new style.
* Run `dart format` with the new style.
* Require Dart 3.4

## 1.1.1

Expand Down
2 changes: 1 addition & 1 deletion pkgs/fixnum/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository: https://github.com/dart-lang/core/tree/main/pkgs/fixnum
issue_tracker: https://github.com/dart-lang/core/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afixnum

environment:
sdk: ^3.1.0
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
Expand Down