shaqian / flutter_ssh

SSH and SFTP client for Flutter
https://pub.dartlang.org/packages/ssh
MIT License
117 stars 83 forks source link

ssh 0.0.7 incompatible with web_socket_channel 2.1.0 #75

Open s681562 opened 3 years ago

s681562 commented 3 years ago

PLEASE UPDATE TO crypt 3.0.X ASAP IN 2021!

Package web_socket_channel 2.1.0 used crypt 3.0.0. Package ssh 0.0.7 still used only crypt 2.0.0

**Therefore it is not possible to use websockets 2.1.0 and ssh 0.0.7 for sftp fileupload in same project.

Would you please so kind and update ssh 0.0.7 to 0.0.8 with current modern crypt 3.0.0?**

Thank you in advance.