Releases: dart-lang/core
Releases · dart-lang/core
package:collection v1.19.1
- Move to
dart-lang/core
monorepo.
package:typed_data v1.4.0
- The type of the
buffer
constructor argument toTypedDataBuffer
is now
TypeDataList<E>
(instead ofList<E>
). While this is breaking change
statically there was a runtime cast that makes this change a no-op in
practice. - Require Dart 3.5
- Move to
dart-lang/core
monorepo.
package:platform v3.1.6
- Move to
dart-lang/core
monorepo.
package:path v1.9.1
- Require Dart 3.4
- Move to
dart-lang/core
monorepo.
package:os_detect v2.0.2
- Require Dart 3.0
- Make work with VM's platform-constants.
- Move to
dart-lang/core
monorepo.
package:logging v1.3.0
- Override empty stack traces for trace level events.
- Require Dart 3.4
- Move to
dart-lang/core
monorepo.
package:fixnum v1.1.1
- Require Dart
^3.1.0
- Move to
dart-lang/core
monorepo.
package:crypto v3.0.6
- Move to
dart-lang/core
monorepo.
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/core
monorepo.
package:characters v1.3.1
- Fixed README rendering on pub.dev and API docs.
- Require Dart
^3.4.0
. - Move to
dart-lang/core
monorepo.