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
Closed this issue · 7 comments
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.)"
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.
If it not works then please run flutter doctor -v and post your logcat here.
Thank You
Hey I found that issue is being resolved after running command
flutter update-packages --force-upgrade
Thank you.
I will try to it and let you know again..
Thank you again.
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
Thank you .
I will try to and let you know about result .
Thank you again
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.