Skip to content

Releases: dart-lang/core

package:collection v1.19.1

21 Oct 07:33
dec28c1
Compare
Choose a tag to compare
  • Move to dart-lang/core monorepo.

package:typed_data v1.4.0

17 Oct 11:50
5ed9323
Compare
Choose a tag to compare
  • The type of the buffer constructor argument to TypedDataBuffer is now
    TypeDataList<E> (instead of List<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

17 Oct 11:43
07aff97
Compare
Choose a tag to compare
  • Move to dart-lang/core monorepo.

package:path v1.9.1

17 Oct 08:37
010a343
Compare
Choose a tag to compare
  • Require Dart 3.4
  • Move to dart-lang/core monorepo.

package:os_detect v2.0.2

17 Oct 08:30
1a3e04e
Compare
Choose a tag to compare
  • Require Dart 3.0
  • Make work with VM's platform-constants.
  • Move to dart-lang/core monorepo.

package:logging v1.3.0

17 Oct 08:23
8151b9f
Compare
Choose a tag to compare
  • Override empty stack traces for trace level events.
  • Require Dart 3.4
  • Move to dart-lang/core monorepo.

package:fixnum v1.1.1

16 Oct 08:00
17d1b2c
Compare
Choose a tag to compare
  • Require Dart ^3.1.0
  • Move to dart-lang/core monorepo.

package:crypto v3.0.6

16 Oct 08:00
17d1b2c
Compare
Choose a tag to compare
  • Move to dart-lang/core monorepo.

package:convert v3.1.2

16 Oct 08:13
16f396f
Compare
Choose a tag to compare
  • Require Dart 3.4
  • Add chunked decoding support (startChunkedConversion) for CodePage
    encodings.
  • Upper-cast the return type of the decoder from List<int> to Uint8List.
  • Move to dart-lang/core monorepo.

package:characters v1.3.1

16 Oct 08:49
279afbc
Compare
Choose a tag to compare
  • Fixed README rendering on pub.dev and API docs.
  • Require Dart ^3.4.0.
  • Move to dart-lang/core monorepo.