So I am creating a chat application with server in nodejs and frontend client in Flutter. The socket connection works for JS files but dose not connect with flutter.
The socket.io version on nodejs is 4.5.1 and on flutter the socket.io-client version is 2.0.0. I believe it's the version compatibility issue. Both the versions are the latest one's available.
Can anyone help me on this problem?