centrifuge 0.2.0 centrifuge: ^0.2.0 copied to clipboard
Dart client to communicate with Centrifuge and Centrifugo from Flutter and VM over dart:io WebSocket
[0.2.0] #
- Breaking changes Replaced subscribe method with getSubscription in Client.
- Added reconnection.
- Added history method to Subscription. Thanks vanelizarov.
- Added rpc method.
[0.1.0] #
- Added authorization with JWT
- Added subscription to private channel with JWT
[0.0.1] #
- Initial release