Releases: dart-lang/core
Releases · dart-lang/core
package:os_detect v2.0.2
- Require Dart 3.0
- Make work with VM's platform-constants.
- Move to
dart-lang/coremonorepo.
package:logging v1.3.0
- Override empty stack traces for trace level events.
- Require Dart 3.4
- Move to
dart-lang/coremonorepo.
package:fixnum v1.1.1
- Require Dart
^3.1.0 - Move to
dart-lang/coremonorepo.
package:crypto v3.0.6
- Move to
dart-lang/coremonorepo.
package:convert v3.1.2
- Require Dart 3.4
- Add chunked decoding support (
startChunkedConversion) forCodePage
encodings. - Upper-cast the return type of the decoder from
List<int>toUint8List. - Move to
dart-lang/coremonorepo.
package:characters v1.3.1
- Fixed README rendering on pub.dev and API docs.
- Require Dart
^3.4.0. - Move to
dart-lang/coremonorepo.
package:async v2.12.0
- Require Dart 3.4.
- Move to
dart-lang/coremonorepo.
package:args v2.6.0
- Added source argument when throwing a
ArgParserException. - Fix inconsistent
FormatExceptionmessages - Require Dart 3.3
- Move to
dart-lang/coremonorepo.