eventflux 1.0.0 copy "eventflux: ^1.0.0" to clipboard
eventflux: ^1.0.0 copied to clipboard

outdated

EventFlux: A Dart package for efficient handling of server-sent event streams with easy connectivity and data management.

Changelog 📝 #

1.0.0 🚀 #

Breaking

  • Updated the connect method to be a void function instead of returning EventFluxResponse. This change accompanies the introduction of the onSuccessCallback parameter, which provides the EventFluxResponse via callback. This modification simplifies the connection process, making reconnections and stream updates more predictable and manageable.

0.6.2 🚀 #

Added

  • Added support for autoReconnect on connect method.

0.6.1 🚀 #

Added

  • Core functionality for connecting to server-sent event streams.
  • EventFlux class to manage event stream connections.
  • EventFluxData class for representing event data.
  • EventFluxException class for handling exceptions.
  • Support for both GET and POST connection types.
  • Error and Disconnect handling and reconnection logic.
89
likes
0
points
8.91k
downloads

Publisher

verified publishergokula.dev

Weekly Downloads

EventFlux: A Dart package for efficient handling of server-sent event streams with easy connectivity and data management.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, http

More

Packages that depend on eventflux