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
42 stars 45 forks source link

Update flutter_client_sse.dart #1

Closed lakexyde closed 3 years ago

lakexyde commented 3 years ago

Transform response using utf8 decoder.

pratikbaid3 commented 3 years ago

The package has been updated to support large data being passed through the channel. Closing this since wit is based on a older version of the package.