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

Because every version of flutter_test from sdk depends on xml 3.5.0 and excel >=1.0.4 depends on xml ^4.1.0 #11

Closed
rogue414G opened this issue May 10, 2020 · 7 comments

Comments

@rogue414G
Copy link

I have tried to use excel 1.0.4
I can't advance by this error..
Please, help me. Thank you.
"Because every version of flutter_test from sdk depends on xml 3.5.0 and excel >=1.0.4 depends on xml ^4.1.0, flutter_test from sdk is incompatible with excel >=1.0.4.

So, because flutter_app_sheet depends on both excel ^1.0.4 and flutter_test any from sdk, version solving failed.
pub get failed (1; So, because flutter_app_sheet depends on both excel ^1.0.4 and flutter_test any from sdk, version solving failed.)"

@rogue414G rogue414G changed the title Because every version of flutter_test from sdk depends on xml 3.5.0 and excel >=1.0.4 depends on xml ^4.1.0, flutter_test from sdk is incompatible with excel >=1.0.4. So, because flutter_app_sheet depends on both excel ^1.0.4 and flutter_test any from sdk, version solving failed. pub get failed (1; So, because flutter_app_sheet depends on both excel ^1.0.4 and flutter_test any from sdk, version solving failed.) Because every version of flutter_test from sdk depends on xml 3.5.0 and excel >=1.0.4 depends on xml ^4.1.0 May 10, 2020
@justkawal
Copy link
Owner

justkawal commented May 10, 2020

As from this flutter/flutter@efdce3c#diff-6db519d06b539bb165a44ad589217e9eL49
I can see that flutter_test no longer depends on any version of xml.

Try updating the sdk with flutter upgrade command.

@justkawal
Copy link
Owner

If it not works then please run flutter doctor -v and post your logcat here.

Thank You

@justkawal justkawal reopened this May 10, 2020
@justkawal
Copy link
Owner

justkawal commented May 11, 2020

Hey I found that issue is being resolved after running command
flutter update-packages --force-upgrade

@rogue414G
Copy link
Author

Thank you.
I will try to it and let you know again..
Thank you again.

@justkawal
Copy link
Owner

Closing this issue as command flutter update-packages --force-upgrade worked and version solving failed no longer appeared.
Feel free to further re-open up the issue if you feel so.

~Thank You
LONG LIVE OPEN S🔥URCE

@rogue414G
Copy link
Author

Thank you .
I will try to and let you know about result .
Thank you again

@justkawal
Copy link
Owner

Closing this issue as command flutter update-packages --force-upgrade worked and version solving failed no longer appeared.
Feel free to further re-open up the issue if you feel so.

~Thank You
LONG LIVE OPEN S🔥URCE

I had tried it by myself.

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