An integration example between Flutter and NodeJs server for chat application using SOCKET.IO with THIS Flutter dependency. This sample server HERE is used to handle requests from Flutter.
flutter pub get
to Install the dependencies.
This application uses localhost IP on port 3002 with the /room namespace. Update this domain (line 40) before testing the app.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.