Clone this repo:
  1. b1d3384 blast_repo fixes (#91) by Devon Carew · 14 days ago master
  2. a862e41 Bump actions/checkout from 3.5.0 to 3.5.2 (#90) by dependabot[bot] · 4 weeks ago
  3. 71d4690 Add example/example.dart (#52) by Tobe Osakwe · 7 weeks ago
  4. 74646ea Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#88) by dependabot[bot] · 9 weeks ago
  5. fe0f5e4 Bump actions/checkout from 3.3.0 to 3.5.0 (#89) by dependabot[bot] · 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.