Clone this repo:
  1. 5f72035 Bump actions/checkout from 4.1.1 to 4.1.2 (#102) by dependabot[bot] · 4 weeks ago master
  2. e02a5dd Require Dart 3.3, update and fix lints (#100) by Kevin Moore · 10 weeks ago
  3. e62706e blast_repo fixes (#101) by Kevin Moore · 10 weeks ago
  4. 851336f Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#99) by dependabot[bot] · 3 months ago
  5. 178104d Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#98) by dependabot[bot] · 6 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.