easy_chat_socket 0.0.2
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
ChatSocketTypeto 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
ChatMessageandTypingEvent. - Optimized for both P2P and Group chat architectures.