typed_data
Utility functions and classes related to the dart:typed_data library.
1.4.0
9.6M downloads/mo
#30 most downloaded on pub.dev
dart-lang/core
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 8 days to 1.9 years
Nearly every release is documented
notes for 13 of 14 stable releases
Nothing withdrawn
no release was ever pulled
13 years old
21 releases · first in 2013
0 releases in the last 12 months
see the full history below
Release timeline
21 releases · Dec 2013 to Oct 2024Releases
latest 21-
1.4.017 Oct 2024Release notes
Open source →- The type of the
bufferconstructor argument toTypedDataBufferis nowTypeDataList<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/coremonorepo.
- The type of the
-
1.3.209 May 2023 -
1.3.112 May 2022 -
1.3.002 Feb 2021Release notes
Open source →- Stable release for null safety.
- Update SDK constraints to
>=2.12.0-0 <3.0.0based on beta release guidelines.
-
1.3.0-nullsafety.503 Nov 2020 pre-releaseNothing published for this version
-
1.3.0-nullsafety.423 Oct 2020 pre-releaseNothing published for this version
-
1.3.0-nullsafety.322 Sep 2020 pre-releaseNothing published for this version
-
1.3.0-nullsafety.222 Jul 2020 pre-releaseNothing published for this version
-
1.3.0-nullsafety.117 Jul 2020 pre-releaseNothing published for this version
-
1.3.0-nullsafety09 Jul 2020 pre-releaseNothing published for this version
-
1.3.0-nnbd08 Jul 2020 pre-releaseNothing published for this version
-
1.2.022 Jun 2020Release notes
Open source →- Add typed queue classes such as
Uint8Queue. These classes implement bothQueueandListwith a highly-efficient typed-data-backed implementation. Theirsublist()methods also return typed data classes. - Update min Dart SDK to
2.4.0.
- Add typed queue classes such as
-
1.1.618 Jul 2018 -
1.1.529 Sep 2017 -
1.1.402 Aug 2017 -
1.1.309 May 2016 -
1.1.224 Feb 2016Release notes
Open source →- Fix a bug where
TypedDataBuffer.insertAllcould fail to insert some elements of anIterable.
- Fix a bug where
-
1.1.129 Oct 2015 -
1.1.028 Oct 2015Release notes
Open source →-
Add
startandendparameters to theaddAll()andinsertAll()methods for the typed data buffer classes. These allow efficient concatenation of slices of existing typed data. -
Make
addAll()for typed data buffer classes more efficient for lists, especially typed data lists.
-
-
1.0.026 Aug 2014 -
0.9.019 Dec 2013Nothing published for this version