blob: 5cfb79bba8384f375aee41f7564d98b4874b290d [file] [log] [blame]
name: chunked_stream
version: 1.4.0
description: |
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>>`.
homepage: https://github.com/google/dart-neats/tree/master/chunked_stream
repository: https://github.com/google/dart-neats.git
issue_tracker: https://github.com/google/dart-neats/labels/pkg:chunked_stream
dependencies:
meta: ^1.3.0
dev_dependencies:
test: ^1.16.0
pedantic: ^1.4.0
environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"