local_websocket 0.0.4
local_websocket: ^0.0.4 copied to clipboard
A pure Dart library for local network WebSocket communication with automatic server discovery and scanning capabilities.
CHANGELOG #
0.0.4 #
- Added individual setters for differet client and server delegates
0.0.3 #
New Features #
- Added automatic reconnection functionality for clients with customizable strategies
- Improved error handling in connection and disconnection flows
- Added 18 comprehensive tests for auto-reconnect functionality
0.0.2 #
- Fixes and improvements including switching to zero dependency and adding example flutter project.
0.0.1 #
- First stable release