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 solving failed #124

Closed
priyaranjan-mantri opened this issue May 27, 2022 · 1 comment
Closed

version solving failed #124

priyaranjan-mantri opened this issue May 27, 2022 · 1 comment

Comments

@priyaranjan-mantri
Copy link

priyaranjan-mantri commented May 27, 2022

Because every version of flutter_test from sdk depends on path 1.8.1 and health_app depends on path ^1.8.2, flutter_test from sdk is forbidden.

@devoncarew
Copy link
Member

This isn't an issue with path - this is a general version solve issue. In this case, you might look at wether health_app can widen its constraint on path. You can also try using a dependency override in your app to specify a specific version of path.

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