flutter_http_sse 1.0.5
flutter_http_sse: ^1.0.5 copied to clipboard
Flutter HTTP Server-Sent Events (SSE) client library for receive real-time updates from the server
1.0.0 #
- Initial release.
- Added support for Server-Sent Events (SSE) in Flutter.
- Automatic reconnection with exponential backoff.
- Custom event parsing and error handling.
- Support for custom headers and request types.
1.0.1 - 2025-03-15 #
1.0.2 - 2025-05-07 #
Updated #
- Updated dependencies to the latest versions.
- Removed unnecessary
flutterdependency frompubspec.yaml.
1.0.5 - 2025-12-28 #
- Updated dependencies to the latest versions.