Clone this repo:
  1. 28a6533 Bump the github-actions group with 2 updates (#109) by dependabot[bot] · 11 days ago master
  2. dc620d2 bump lints (#108) by Kevin Moore · 3 weeks ago
  3. b41ff7a Bump actions/checkout from 4.1.5 to 4.1.6 in the github-actions group (#107) by dependabot[bot] · 6 weeks ago
  4. 61ad872 Bump actions/checkout from 4.1.4 to 4.1.5 in the github-actions group (#106) by dependabot[bot] · 9 weeks ago
  5. 73746a0 blast_repo fixes (#105) by Devon Carew · 9 weeks ago

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.