faye_dart 0.1.1+2 copy "faye_dart: ^0.1.1+2" to clipboard
faye_dart: ^0.1.1+2 copied to clipboard

Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.

[0.1.1+2] - (27-05-2022) #

  • nothing new / lints

[0.1.1+1] - (25-02-2022) #

  • fix: implement Equatable on FayeClient. With this change, if you fetch your client from an InheritedWidget for example, updateShouldNotify doesn't trigger every time.

[0.1.1] - (25-02-2022) #

  • new: expose connexion status stream Stream<FayeClientState> via the Subscription class to check if the Faye client is unconnected, connecting, connected or disconnected, and act accordingly.

[0.1.0] - (07-05-2021) #

  • Initial release.
3
likes
100
pub points
67%
popularity

Publisher

verified publishergetstream.io

Faye is a publish/subscribe messaging protocol that is built on the Bayeux protocol, a messaging system utilized for transporting asynchronous messages over HTTP.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

equatable, logging, meta, uuid, web_socket_channel

More

Packages that depend on faye_dart