centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
https://pub.dartlang.org/packages/centrifuge
MIT License
102 stars 29 forks source link

Implement basic events. #1

Closed mogol closed 5 years ago

mogol commented 5 years ago

Added simple events

Connect
Disconnect
OnJoin
OnLeave
OnPublish

API would be changed to Dart-stylish.