client_server_sockets 1.1.2
client_server_sockets: ^1.1.2 copied to clipboard
A simple client-server sockets wrapper package around the Socket and the ServerSocket classes.
1.1.2 #
- Fixed accessing properties of a closed socket
1.1.1 #
Breaking changes
- Replaced callback functions with stream events
- Methods throw a
SocketExceptionwhen used in an invalid state - Exposed a
clientsgetter inServerclass to access the connected clients - Replaced the default server port with a random port chosen by the system
- Removed
remotePortinClientclass as it's already known when connecting to the server
1.0.1 #
- Exported
payloadfile to the package
0.0.2 #
- Changed example file to
main.dartso the Example tab shows up - Removed
Getting Startedsection from README
0.0.1 #
- Initial version.