Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

dart-archive/stream_channel

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2025
Feb 17, 2024
Jul 29, 2024
Feb 17, 2024
May 1, 2018
Jan 20, 2016
Feb 17, 2024
Jan 20, 2016
Mar 31, 2021
Dec 20, 2024
Jun 24, 2024
Jun 24, 2024

Repository files navigation

Dart CI pub package package publisher

This package exposes the StreamChannel interface, which represents a two-way communication channel. Each StreamChannel exposes a Stream for receiving data and a StreamSink for sending it.

StreamChannel helps abstract communication logic away from the underlying protocol. For example, the test package re-uses its test suite communication protocol for both WebSocket connections to browser suites and Isolate connections to VM tests.

This package also contains utilities for dealing with StreamChannels and with two-way communications in general. For documentation of these utilities, see the API docs.