easy_chat_socket 0.0.1
easy_chat_socket: ^0.0.1 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.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
ChatMessageandTypingEvent. - Optimized for both P2P and Group chat architectures.