websocket_channel_wrapper 1.1.4
websocket_channel_wrapper: ^1.1.4 copied to clipboard
Wrapper for web_socket_channel package lightweight and isomorphic lib with socket.io-like event handling, Future-based requests.
1.1.4 #
- Official support for binary files
- Expose socket
autoReconnectattribute - Default
closeCodevalue is 1000 =NORMAL_CLOSURE
1.1.3 #
- Fix bug on events stream e.g.
onConnect&onDone - Improving example code
1.1.2 #
- Pedantic dependencies fix for flutter
1.1.1 #
- Bugfix on
closemethod
1.1.0 #
- Add auto-connect feature
- Add
onDonestream-events - Add
onConnectstream-events, this includes reconnect events
1.0.1 #
- Fix health package issues
1.0.0 #
- Initial version, created by cTatu