sockeon 1.0.1
sockeon: ^1.0.1 copied to clipboard
Dart and Flutter client for the Sockeon real-time WebSocket framework, with event-based messaging, rooms, namespaces and auto-reconnect.
Changelog #
1.0.1 #
- Docs: use
sockeon.github.ioinstead ofsockeon.comfor project links.
1.0.0 #
- Initial release of the Sockeon Dart/Flutter client.
- WebSocket connection with
ws/wss, auth key and custom query parameters. - Event API:
on,once,off,emit, plus a*wildcard listener. - Room helpers
joinRoom/leaveRoomwith server acknowledgement futures. - Streams for connection state, all incoming messages and errors.
- Automatic reconnection with exponential backoff and optional room re-join.