Clone this repo:
  1. 178104d Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#98) by dependabot[bot] · 6 weeks ago master
  2. 1193387 Bump actions/checkout from 4.1.0 to 4.1.1 (#97) by dependabot[bot] · 6 weeks ago
  3. ffdb208 Bump dart-lang/setup-dart from 1.5.0 to 1.5.1 (#96) by dependabot[bot] · 10 weeks ago
  4. bf74065 Bump actions/checkout from 3.6.0 to 4.1.0 (#95) by dependabot[bot] · 2 months ago
  5. 0ce7ab6 Bump actions/checkout from 3.5.3 to 3.6.0 (#94) by dependabot[bot] · 3 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.