pratikbaid3 / flutter_client_sse

Dart package to help consume SSE API. Consumes server sent events by returning parsed model of the event, id, and the data
https://pub.dev/packages/flutter_client_sse
MIT License
40 stars 41 forks source link

Passing errors to the stream #3

Closed foxB612 closed 2 years ago

foxB612 commented 2 years ago

As is tested in my case, this allows handling the errors of initializing the request and errors during data transmission.

pratikbaid3 commented 2 years ago

@foxB612 thanks for the PR