rikulo / socket.io-client-dart

socket.io-client-dart: Dartlang port of socket.io-client https://github.com/socketio/socket.io-client
https://quire.io
MIT License
676 stars 186 forks source link

js version is too high. Many popular libraries depend on 0.6.x. Version is incompatible. #371

Closed kjxbyz closed 8 months ago

kjxbyz commented 8 months ago

js version is too high. Many popular libraries depend on 0.6.x. Version is incompatible.

jumperchen commented 8 months ago

Thank you for bringing this to our attention. We understand that many popular libraries rely on version 0.6.x, and compatibility is a key concern. We are exploring ways to address this, including the possibility of supporting multiple versions or finding a workaround that maintains compatibility with the wider ecosystem. In the meantime, we welcome any suggestions or contributions from the community that could help resolve this issue.

kjxbyz commented 8 months ago

Thank you for your reply. This issue is quite urgent. Version 2.x is not compatible with my socket server version. I created a new flutter project and after testing, the 3.x version works fine, but because of this issue, I cannot upgrade to the 3.x version.

jumperchen commented 8 months ago

Ok, I found there is no usage in the current 3.0 version, so I will remove the js package dependency in v3.0.0-beta.2. Hope this can help you. :)

kjxbyz commented 8 months ago

Thank you.