sockeon 1.0.1 copy "sockeon: ^1.0.1" to clipboard
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.io instead of sockeon.com for 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 / leaveRoom with server acknowledgement futures.
  • Streams for connection state, all incoming messages and errors.
  • Automatic reconnection with exponential backoff and optional room re-join.
0
likes
160
points
105
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart and Flutter client for the Sockeon real-time WebSocket framework, with event-based messaging, rooms, namespaces and auto-reconnect.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

web_socket_channel

More

Packages that depend on sockeon