Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version of ssh and uuid conflict #26

Closed
benjaminji opened this issue Dec 16, 2019 · 2 comments
Closed

version of ssh and uuid conflict #26

benjaminji opened this issue Dec 16, 2019 · 2 comments

Comments

@benjaminji
Copy link

Here are my dependencies:
ssh: ^0.0.5
flutter_cache_manager: ^1.1.3
uuid: ^2.0.4
path_provider: ^1.4.4
cached_network_image: ^1.1.3
image_picker: ^0.6.2+2

got below issue----------------------------------

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)

changed uuid to ^1.0.3
got another issue -----------------------------

Because flutter_cache_manager >=0.3.0 depends on uuid ^2.0.0 and yszltech depends on uuid ^1.0.3, flutter_cache_manager >=0.3.0 is forbidden.

So, because yszltech depends on flutter_cache_manager ^1.1.3, version solving failed.
pub get failed (1)

please someone help me on this issue, thanks.

@shaqian
Copy link
Owner

shaqian commented Jan 6, 2020

@benjaminji,

Sorry for the late response. You can try overriding the version like below:

dependency_overrides:
  uuid: ^2.0.0

Thanks,
Qian

@shaqian
Copy link
Owner

shaqian commented Mar 16, 2020

Hi, uuid has been upgraded to ^2.0.0 in ssh 0.0.6.

@shaqian shaqian closed this as completed Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants