Clone this repo:
  1. f5ed4d6 Bump actions/checkout from 4.1.2 to 4.1.4 (#108) by dependabot[bot] · 9 days ago master
  2. e9242cf Bump dart-lang/setup-dart from 1.6.2 to 1.6.4 (#107) by dependabot[bot] · 10 days ago
  3. 1ab266a Bump actions/checkout from 4.1.1 to 4.1.2 (#106) by dependabot[bot] · 6 weeks ago
  4. b53ba14 Prepare release of v4.1.5 (#105) by Kevin Moore · 2 months ago v4.1.5
  5. 13ec752 blast_repo fixes (#104) by Kevin Moore · 3 months 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.