-
-
Notifications
You must be signed in to change notification settings - Fork 153
flutter_test from sdk is incompatible with get_it >=7.1.4. #204
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
Comments
please stay for now on 7.1.3. Latest version has only a fix for a really rare bug |
but it works with flutter-2.3-candidate.26 |
it also works when you are on mastr |
Because every version of flutter_test from sdk depends on async 2.6.1 and get_it 7.1.4 depends on async ^2.7.0, flutter_test from sdk is incompatible with get_it 7.1.4. Flutter 2.2.2 with get_it 7.1.4 ... :-( |
@mauriceraguseinit the latest change won't have an impact on you probably because it was a very rare edge case. |
hmm.. ok now I use get_it 7.1.3 |
I was also facing the same issue with flutter_test from sdk is incompatible which is because of the get_it version ^7.1.4 |
fixed with V7.2.0 |
V7.2.0 still has this issue, v7.1.3 works fine. |
The text was updated successfully, but these errors were encountered: