flutter_client_sse
Dart package to help consume SSE API. It consumes server sent events by returning parsed model of the event, id, and the data
2.0.3
56K downloads/mo
#1414 most downloaded on pub.dev
pratikbaid3/flutter_client_sse
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 1.2 years
Most releases are documented
notes for 9 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
13 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Apr 2021 to Aug 2024Releases
latest 13-
2.0.328 Aug 2024Release notes
Open source →Pub Link
https://pub.dev/packages/flutter_client_sse/versions/2.0.3
What's Changed
- Passing errors to the stream by @foxB612 in #3
- feat: Added POST request and ability to send body with the request. by @pratikbaid3 in #13
- chore: upgrade to http 1.1.0 version by @unbeauvoyage in #16
- feat: Deployed package 2.0.1 by @pratikbaid3 in #17
- Update flutter_client_sse.dart by @sharmaruchi30 in #22
- Release 2.0.2 by @pratikbaid3 in #23
- feat: Added documentation and published 2.0.2 by @pratikbaid3 in #24
- feat: Fixed issue with persistent multi sse connections by @pratikbaid3 in #32
- feat: Fixed issue with persistent multi sse connections by @pratikbaid3 in #33
- release: 2.0.3 by @pratikbaid3 in #34
New Contributors
- @foxB612 made their first contribution in #3
- @unbeauvoyage made their first contribution in #16
- @sharmaruchi30 made their first contribution in #22
Full Changelog: https://github.com/pratikbaid3/flutter_client_sse/commits/2.0.3
-
2.0.203 Aug 2024Release notes
Open source →- Added auto retry mechanism to connect on error or on backend downtime
- Fixed issue with backend returning 4xx
- Handled memory leak issue with the stream closing
-
2.0.110 Oct 2023 -
2.0.023 Aug 2023Release notes
Open source →- The request type can now be manually set
- Ability to pass the request body with the request
- Safe close of the sink added as well which was causing some minor crashes
- Stability changes in the model to handle null safety
-
2.0.0-beta.110 Apr 2023 pre-releaseRelease notes
Open source →- The request type can now be manually set
- Ability to pass the request body with the request
- Safe close of the sink added as well which was causing some minor crashes
-
1.0.026 Jan 2022 -
0.1.014 Jun 2021 -
0.0.620 May 2021 -
0.0.519 May 2021Nothing published for this version
-
0.0.415 Apr 2021Nothing published for this version
-
0.0.315 Apr 2021Release notes
Open source →-
Added a example dart file for consuming the event
-
Refactored the code to remove redundancy
-
Fixed issue causing large responses to be split
-
Improved the way UTF8 Encoder was used
-
-
0.0.206 Apr 2021 -
0.0.105 Apr 2021Nothing published for this version