Clone this repo:
  1. 1df63f2 Fix incorrect cast causing wasm failure, prepare v4.1.4 (#96) by Kevin Moore · 7 days ago master v4.1.4
  2. 0f6ca11 Require Dart 3.2, use pkg:web (#92) by Kevin Moore · 13 days ago v4.1.3
  3. 8ddb95f Bump actions/checkout from 4.1.0 to 4.1.1 (#95) by dependabot[bot] · 4 weeks ago
  4. 8830125 Bump nanasess/setup-chromedriver from 2.2.0 to 2.2.1 (#94) by dependabot[bot] · 4 weeks ago
  5. 86dd8f9 Bump dart-lang/setup-dart from 1.5.1 to 1.6.0 (#93) by dependabot[bot] · 4 weeks ago

Dart CI pub package package publisher

This package provides support for bi-directional communication through Server Sent Events and corresponding POST requests.

This package is not intended to be a general purpose SSE package, but instead is a bidirectional protocol for use when Websockets are unavailable. That is, both the client and the server expose a sink and stream on which to send and receive messages respectively.

Both the server and client have implicit assumptions on each other and therefore a client from this package must be paired with a server from this package.