socket.io-client-dart
socket.io-client-dart copied to clipboard
can't connect to my socket server - connection refused
i can not connect my socket server using this plugin ,
i am getting this error , connection refused , timeout

it's working fine from browser as you see in the first pic
You have to match version of plugin and Socket server. That is main reason why it does not work. Check plugin documentation and install version that matches your Node socket.io npm package version.
What I can see, your server isn't socket.io, I may be wrong. Try with npm socket.io server package.