-
Notifications
You must be signed in to change notification settings - Fork 56
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
I get this error after upgrading flutter to latest version 1.12.13+hotfix.5 #17
Comments
+1 |
2 similar comments
+1 |
+1 |
|
The simplest solution is to remove flutter_test |
That’s no solution some of us including myself use flutter test to perform unit testing etc on CI pipelines |
brendan-duncan/image#182 |
+1 |
修改flutter下 flutter_test 依赖版本就行了啊 |
直接注释掉pubspec.yaml文件中dev_dependencies下面的flutter_test就可以了:
|
Flutter 1.12.13+hotfix.5 • channel stable
Because every version of flutter_test from sdk depends on image 2.1.4 and flutter_luban 0.1.9+2 depends on image ^2.1.9, flutter_test from sdk is incompatible with flutter_luban 0.1.9+2.
The text was updated successfully, but these errors were encountered: