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

Error regarding dependencies after updating flutter SDK #19

Closed
harshapulikollu opened this issue Oct 17, 2018 · 2 comments
Closed

Error regarding dependencies after updating flutter SDK #19

harshapulikollu opened this issue Oct 17, 2018 · 2 comments

Comments

@harshapulikollu
Copy link
Contributor

harshapulikollu commented Oct 17, 2018

After using the latest dependencies and new flutter update, I'm getting this error when I try to run "packages get" in android studio.

Because every version of flutter_test from sdk depends on http 0.11.3+17 and mercury depends on http ^0.12.0, flutter_test from sdk is forbidden.
So, because mercury depends on flutter_test any from sdk, version solving failed.

pub get failed (1)
@mdanics
Copy link
Owner

mdanics commented Oct 17, 2018

Im pretty sure this is the same as #16 and was fixed.

Can you make sure you have the latest version of the repo and try it again and let me know the results?

Thanks

@harshapulikollu
Copy link
Contributor Author

yes, it fixed the issue. Thanks.

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