flutter_http_sse
Flutter HTTP Server-Sent Events (SSE) client library for receive real-time updates from the server
1.0.5
3.0K downloads/mo
#4632 most downloaded on pub.dev
ElshiatyTube/flutter_http_sse
What this package is like to depend on
Last release 7 months ago
28 Dec 2025
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
1 years old
6 releases · first in 2025
1 release in the last 12 months
see the full history below
Release timeline
6 releases · Mar 2025 to Dec 2025
2026
Releases
latest 6-
1.0.528 Dec 2025 -
1.0.417 Jul 2025Release notes
Open source →Updated
- Updated
README.mdto include more accurate detailed usage examples.
- Updated
-
1.0.305 Jul 2025Release notes
Open source →Updated
- Update repo URL in
pubspec.yamlto point to the correct repository.
- Update repo URL in
-
1.0.205 Jul 2025Release notes
Open source →Updated
- Updated dependencies to the latest versions.
- Removed unnecessary
flutterdependency frompubspec.yaml.
-
1.0.115 Mar 2025Release notes
Open source →Added
- Added documentation for public API elements.
- Fixed
_SSEPageStatenaming issue to comply with public API requirements.
Fixed
- Fixed private type issue in
example/main.dart. - Updated
LICENSEfile to remove TODO comments.
-
1.0.015 Mar 2025Release notes
Open source →- 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.