You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using socket_io version 4.1.2 on our server and from socket_io_client doc on pub.dev, that's only compatible with socket_io_client version 2.* and no other one else.
In addition, we're using sails_io too on the server and adding it too to my dependencies to bind the clint & server together, here's the error I get:
Because every version of sails_io depends on socket_io_client ^1.0.1 and my_app depends on socket_io_client ^2.0.3, sails_io is forbidden.
So, because my_app depends on sails_io ^0.0.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
Consider downgrading your constraint on socket_io_client: flutter pub add socket_io_client:^1.0.2
The text was updated successfully, but these errors were encountered:
We're using
socket_io
version4.1.2
on our server and fromsocket_io_client
doc on pub.dev, that's only compatible withsocket_io_client
version2.*
and no other one else.In addition, we're using
sails_io
too on the server and adding it too to my dependencies to bind the clint & server together, here's the error I get:Because every version of sails_io depends on socket_io_client ^1.0.1 and my_app depends on socket_io_client ^2.0.3, sails_io is forbidden.
So, because my_app depends on sails_io ^0.0.2, version solving failed.
You can try the following suggestion to make the pubspec resolve:
The text was updated successfully, but these errors were encountered: