I want having the same error,
my server socket_io version is 4.7.2
and I am using socket_io_client: ^3.1.1 in flutter
in my case CORS was causing the issue.
Try removing the CORS check from your socketio server.