tcp_socket_connection 0.3.1
tcp_socket_connection: ^0.3.1 copied to clipboard
A flutter package to connect, listen to and send messages over tcp sockets.
0.3.1 14/10/2022 - Added Null-Safety support #
Added Null-Safety support
0.3.0 24/05/2022 - Removed methods and improved performance #
Removed useless methods and drastically improved performance by means of StringBuffers.
0.2.2 08/04/2021 - Fixed bug #
Fixed NullPointerException bug when using simpleConnect
0.2.1 13/12/2020 - Added attempts and 'canConnect' method #
Added optional parameter 'attempts' to specify how many times the socket should retry to connect before stopping.
0.2.0 13/12/2020 - Added attempts and 'canConnect' method #
Added optional parameter 'attempts' to specify how many times the socket should retry to connect before stopping.
0.1.0 13/12/2020 - Added some functionalities #
Added some try/catch in order to handle exception when it's impossible to connect to the endpoint.
0.0.10 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.