tcp_socket_flutter 0.0.5
tcp_socket_flutter: ^0.0.5 copied to clipboard
TCP Socket for Flutter.
0.0.5 #
- Send utf8 character
0.0.4 #
- Fix bug don't remove SocketConnection when id of new connecting is same as id into map of server(await checkExistAndRemoveSocketConnection)
0.0.3 #
- Move streamDeviceInfo, listenerListSocketConnection to broadcast().
0.0.2 #
- Fix discoverServerIP, add more info to DeviceInfo and ServerInfo, fix send data success.
0.0.1 #
- TCP socket: start server, connect server, send big data.