sse 2.0.2
sse: ^2.0.2 copied to clipboard
Provides client and server functionality for setting up bi-directional communication through Server Sent Events (SSE) and corresponding POST requests.
2.0.2 #
- Support the latest
package:stream_channel. - Require Dart SDK
>=2.1.0 <3.0.0.
2.0.1 #
- Update to
package:uuidversion 2.0.
2.0.0 #
- No longer expose
closeandonCloseon anSseConnection. This is simply handled by the underlyingstream/sink. - Fix a bug where resources of the
SseConnectionwere not properly closed.
1.0.0 #
- Internal cleanup.
0.0.1 #
- Initial commit.