Replies: 1 comment
-
|
I override the test dependencies to get rid of this. It does not seem to cause problems in my unit tests. dependency_overrides:
test: 1.29.0
test_api: 0.7.9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note: test_api is pinned to version 0.7.7 by flutter_test from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.
The current Dart SDK version is 3.10.7.
(1) So, because test >=1.16.0-nullsafety.10 <1.16.1 depends on analyzer >=0.36.0 <0.42.0 and test >=1.21.0 <1.21.6 depends on analyzer >=2.0.0 <5.0.0, if riverpod 3.2.0 and analyzer >=1.0.0 <2.0.0-∞ or >=9.0.0-0 then test >=1.0.0 <1.16.0-nullsafety.8 or >=1.16.1 <1.21.0-∞ or >1.26.3 <2.0.0.
The lower bound of "sdk: '>=1.8.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.
For details, see https://dart.dev/null-safety
Failed to update packages.
exit code 1
Beta Was this translation helpful? Give feedback.
All reactions