-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Not compatible with flutter_test #25
Comments
Use command : Tell me if this works for you ! ~Thank You |
Now I get a slightly different dependency error. Basically the same but the required version for flutter_test is now 3.7.0: Because every version of flutter_test from sdk depends on xml 3.7.0 and excel >=1.0.4 depends on xml ^4.1.0, flutter_test from sdk is incompatible with excel >=1.0.4. Here is my flutter doctor output: flutter doctor • No issues found! |
SolvedTry below steps:
after adding it will look like:
Tell me if this works ? We celebrate every issue as it helps us to improve. |
Thank you very much. This works :-) |
Happy to help. More functionality is coming within next week with excel being more |
If I include excel in my project I get the following dependency error:
[MyApp] flutter pub get
Running "flutter pub get" in MyApp...
Because every version of flutter_test from sdk depends on xml 3.6.1 and excel >=1.0.4 depends on xml ^4.1.0, flutter_test from sdk is incompatible with excel >=1.0.4.
So, because Herein depends on both excel ^1.0.8 and flutter_test any from sdk, version solving failed.
pub get failed (1; So, because MyApp depends on both excel ^1.0.8 and flutter_test any from sdk, version solving failed.)
exit code 1
What should I do? I need both: tests and excel.
The text was updated successfully, but these errors were encountered: