dart_sse 0.0.2
dart_sse: ^0.0.2 copied to clipboard
Dart package to help consume SSE API. It consumes server sent events by returning parsed model of the event, id, and the data
0.0.1 #
- Fork from (https://github.com/pratikbaid3/flutter_client_sse)[https://github.com/pratikbaid3/flutter_client_sse]
- Clean original project
- Transform client as non singleton
- Add authentication callback
0.0.2 #
- Add github action auto publish