easy_chat_socket 0.0.2 copy "easy_chat_socket: ^0.0.2" to clipboard
easy_chat_socket: ^0.0.2 copied to clipboard

A comprehensive, enterprise-ready Flutter package that abstracts WebSocket connections specifically for real-time chat applications with auto-reconnect and heartbeat.

0.0.2 #

  • Added support for Socket.IO protocol alongside standard WebSockets.
  • Introduced ChatSocketType to switch between connection protocols.
  • Refactored connection logic into pluggable transport layers.
  • Updated example app with protocol switching demonstration.

0.0.1 #

  • Initial release of easy_chat_socket.
  • Enterprise-ready WebSocket abstraction for Flutter chat applications.
  • Built-in auto-reconnection with exponential backoff.
  • Heartbeat (ping/pong) support for background connection stability.
  • Strongly-typed models for ChatMessage and TypingEvent.
  • Optimized for both P2P and Group chat architectures.
2
likes
160
points
155
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A comprehensive, enterprise-ready Flutter package that abstracts WebSocket connections specifically for real-time chat applications with auto-reconnect and heartbeat.

Homepage

License

MIT (license)

Dependencies

flutter, socket_io_client, web_socket_channel

More

Packages that depend on easy_chat_socket