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

flutter_test resolve dependency fail #4

Closed
ldemyanenko opened this issue Jul 17, 2020 · 3 comments
Closed

flutter_test resolve dependency fail #4

ldemyanenko opened this issue Jul 17, 2020 · 3 comments

Comments

@ldemyanenko
Copy link

When I'm trying to get packages, an error appears

Because every version of flutter_test from SDK depends on typed_data 1.1.6 and app depends on typed_data ^1.2.0, flutter_test from SDK is forbidden.
So, because app depends on flutter_test any from SDK, version solving failed.
pub get failed (1; So, because app depends on flutter_test any from sdk, version solving failed.)

Looks like all latest stable Flutter releases depend on typed_data 1.1.6

@shamblett
Copy link
Owner

OK, I've downgraded typed_data to 1.1.6 for now and re published the package at version 1.1.1

@ldemyanenko
Copy link
Author

I'm using
mqtt5_client: ^1.1.1

There is another issue:
Because every version of flutter_test from sdk depends on crypto 2.1.4 and every version of mqtt5_client depends on crypto ^2.1.5, flutter_test from sdk is incompatible with mqtt5_client.
So, because app depends on both mqtt5_client ^1.1.1 and flutter_test any from sdk, version solving failed.
pub get failed (1; So, because app depends on both mqtt5_client ^1.1.1 and flutter_test any from sdk, version solving failed.)

@shamblett
Copy link
Owner

OK, downgraded crypto to 2.1.4, re published the package at 1.2.0.

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