client_server_sockets 1.1.0
client_server_sockets: ^1.1.0 copied to clipboard
A simple client-server sockets package that uses the Socket and ServerSocket classes.
1.1.0 #
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.