sse_dart_client 1.0.5 copy "sse_dart_client: ^1.0.5" to clipboard
sse_dart_client: ^1.0.5 copied to clipboard

Use this package to manage SSE Client connections

SSE Client Dart Package #

A simple Dart package for handling Server-Sent Events (SSE). This package allows you to connect to an SSE server, receive streamed events, and manage the connection lifecycle easily.

Features #

  • Connect to a Server-Sent Events (SSE) server.
  • Stream and process data from the server.
  • Support for adding custom HTTP headers during the connection.
  • Error handling during event streaming.
  • Stream connection closing and cleanup.

Installation #

To use this package, add it to your pubspec.yaml file:

dependencies:
  sse_client: ^1.0.2
1
likes
140
points
89
downloads

Publisher

verified publisheralexastudillo.com

Weekly Downloads

Use this package to manage SSE Client connections

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on sse_dart_client