eventflux 0.5.0
eventflux: ^0.5.0 copied to clipboard
EventFlux: A Dart package for efficient handling of server-sent event streams with easy connectivity and data management.
Changelog #
0.5.0 #
Added
- Core functionality for connecting to server-sent event streams.
EventFluxclass to manage event stream connections.EventFluxDataclass for representing event data.EventFluxExceptionclass for handling exceptions.- Support for both GET and POST connection types.
- Error and Disconnect handling and reconnection logic.