jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.3k stars 1.61k forks source link

[5.0 RC-3] how to use sockets_io #2723

Open josephmazigo opened 1 year ago

josephmazigo commented 1 year ago

Hi, How to use sockets_io?

jonataslaw commented 1 year ago

You will need install this library:

https://pub.dev/packages/socket_io_client

SocketIo do not uses the raw sockets, but your own implementation, so you need a lib for it.