chunked_stream
Utilities for working with chunked streams, such as byte streams which is often given as a stream of byte chunks with type `Stream<List<int>>`.
1.4.2
67K downloads/mo
#1304 most downloaded on pub.dev
google/dart-neats
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 months to 2.0 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
9 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
9 releases · Mar 2019 to Apr 2023
2020
2021
2022
2023
2024
2025
2026
Releases
latest 9-
1.4.228 Apr 2023 -
1.4.103 May 2021Release notes
Open source →- Deprecating
ChunkedStreamIteratorin favor ofChunkedStreamReaderfrompackage:asyncversion^2.6.0.
- Deprecating
-
1.4.001 Mar 2021 -
1.4.0-nullsafety.008 Jan 2021 pre-releaseRelease notes
Open source →- Added
readByteStreamwhich usesBytesBuilderfromdart:typed_dataunder the hood. - Added
readBytestoChunkedStreamIterator<int>for reading byte streams intoUint8List. - Added
@sealedannotation to all exported classes.
- Added
-
1.3.0-nullsafety.006 Jan 2021 pre-release -
1.2.006 Jan 2021Release notes
Open source →- Changed
ChunkedStreamIteratorimplementation to fix bugs related to stream pausing and resuming.
- Changed
-
1.1.014 Jan 2020Release notes
Open source →- Added
asChunkedStream(N, input)for wrapping aStream<T>as a chunked streamStream<List<T>>, which is useful when batch processing chunks of a stream.
- Added
-
1.0.122 Mar 2019 -
1.0.022 Mar 2019