tcp_socket_connection 0.0.9
tcp_socket_connection: ^0.0.9 copied to clipboard
A flutter package to connect, listen to and send messages over tcp sockets.
0.0.9 13/12/2020 - Added some functionalities #
Now it's possible to use the method 'simpleConnect' to read received messages "as they are". The developer elaborates them as he wants.
0.0.8 01/12/2020 - Added some functionalities #
Now you can choose to print events in the console automatically through the method 'enableConsolePrint'
0.0.7 26/11/2020 - Modified the README file. #
Modified some variable names.