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

pub get failed #2

Closed
djouamaah opened this issue Apr 12, 2020 · 1 comment
Closed

pub get failed #2

djouamaah opened this issue Apr 12, 2020 · 1 comment

Comments

@djouamaah
Copy link

when i run packages get i get this issue

Running "flutter pub get" in LabelStoreMax...
Because every version of flutter_test from sdk depends on path 1.6.2 and dio 3.0.9 depends on path ^1.6.4, flutter_test from sdk is incompatible with dio 3.0.9.

And because no versions of dio match >3.0.9 <4.0.0, flutter_test from sdk is incompatible with dio ^3.0.9.

So, because label_storemax depends on both dio ^3.0.9 and flutter_test any from sdk, version solving failed.
pub get failed (1)
Process finished with exit code 1

@agordn52
Copy link
Contributor

@djouamaah switch to stable channel

flutter channel stable
flutter upgrade
flutter doctor -v

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