A new Flutter package project.
This package uses Provider and socket_io_client.
By using realtime_socket_io
you will be able to connect to your WebSocket Service, add a socket to a desire Room and listen to an update broadcast from your server.
The example
shows about the implementation and how to use this package on Flutter and it also contains a ServerExample
written in Node JS that uses express
and socket.io
.