PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 9
  1. 1.4.2 28 Apr 2023
    Release notes
    • Added topics to pubspec.yaml.
    Open source →
  2. 1.4.1 03 May 2021
    Release notes
    • Deprecating ChunkedStreamIterator in favor of ChunkedStreamReader from package:async version ^2.6.0.
    Open source →
  3. 1.4.0 01 Mar 2021
    Release notes
    • Stable null-safety release
    Open source →
  4. 1.4.0-nullsafety.0 08 Jan 2021 pre-release
    Release notes
    • Added readByteStream which uses BytesBuilder from dart:typed_data under the hood.
    • Added readBytes to ChunkedStreamIterator<int> for reading byte streams into Uint8List.
    • Added @sealed annotation to all exported classes.
    Open source →
  5. 1.3.0-nullsafety.0 06 Jan 2021 pre-release
    Release notes
    • Migrated to null safety
    Open source →
  6. 1.2.0 06 Jan 2021
    Release notes
    • Changed ChunkedStreamIterator implementation to fix bugs related to stream pausing and resuming.
    Open source →
  7. 1.1.0 14 Jan 2020
    Release notes
    • Added asChunkedStream(N, input) for wrapping a Stream<T> as a chunked stream Stream<List<T>>, which is useful when batch processing chunks of a stream.
    Open source →
  8. 1.0.1 22 Mar 2019
    Release notes
    • Fixed lints reported by pana.
    Open source →
  9. 1.0.0 22 Mar 2019
    Release notes
    • Initial release.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive