Clone this repo:
  1. 9bfc2a8 Bump actions/checkout from 4.2.0 to 4.2.2 in the github-actions group (#112) by dependabot[bot] · 4 weeks ago master
  2. f440716 Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group (#111) by dependabot[bot] · 9 weeks ago
  3. c0c5a97 Fix some trivial doc comment lints (#110) by Kevin Moore · 4 months ago
  4. 28a6533 Bump the github-actions group with 2 updates (#109) by dependabot[bot] · 5 months ago
  5. dc620d2 bump lints (#108) by Kevin Moore · 5 months 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.