flutter_shisock library

A library which is used to create and maintain connection between the shiSock Engine. It is used to send and receive data from the shiSock Engine. It is basically a utility library for the shiSock Engine. It can be used to flutter to create chat applications very easily. Wriiten By: Shikhar Yadav | Github username: ShikharY10 For more information visite the official shiSock github repo, name the of the repo is shiSock.

Classes

ShiSockClient
This is the main class the will be used to create the client. The name ShiSockClient is becouse it work as client to connect to the server. In future we are planning to develop the server as well. And the obivious name would be ShiSockServer. This class has only one function: connect. Connect takes only to arguments: the address of type string and port of type int. Connect returns a ShiSockListener object.
ShiSockListener