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

Fix websocket usage in web env, add simple web example #85

Closed FZambia closed 5 months ago

FZambia commented 5 months ago

Fixes CI error received in #84 . Also adds a simple example for web environment.