shaqian / flutter_ssh

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

uuid version conflict #19

Closed talelamira closed 4 years ago

talelamira commented 4 years ago

got the following error while installing ssh

Because flutter_plugin_pdf_viewer <1.0.7 depends on flutter_cache_manager ^0.3.2 and no versions of flutter_plugin_pdf_viewer match >1.0.7, every version of flutter_plugin_pdf_viewer requires flutter_cache_manager ^0.3.2.

And because flutter_cache_manager >=0.3.0 depends on uuid ^2.0.0 and every version of ssh depends on uuid ^1.0.3, flutter_plugin_pdf_viewer is incompatible with ssh.

So, because invoicyx depends on both ssh ^0.0.5 and flutter_plugin_pdf_viewer any, version solving failed.
pub get failed (1; So, because invoicyx depends on both ssh ^0.0.5 and flutter_plugin_pdf_viewer any, version solving failed.)
exit code 1

Can ssh switch to a newer version of uuid so we can use it?

talelamira commented 4 years ago

It's already adressed in another issue

benjaminji commented 4 years ago

I got the same issue, could you help me how to fiex it?

Because ssh 0.0.5 depends on uuid ^1.0.3 and no versions of ssh match >0.0.5 <0.1.0, ssh ^0.0.5 requires uuid ^1.0.3.

So, because project1 depends on both ssh ^0.0.5 and uuid ^2.0.4, version solving failed. pub get failed (1)