Skip to content
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

Closed
soile1991 opened this issue Dec 12, 2019 · 11 comments
Closed

Comments

@soile1991
Copy link

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.

@crazecoder
Copy link
Owner

flutter/flutter#21338

@dulumao
Copy link

dulumao commented Dec 15, 2019

+1

2 similar comments
@kossfun
Copy link

kossfun commented Dec 16, 2019

+1

@badboy-tian
Copy link

+1

@badboy-tian
Copy link

➜  ~ flutter doctor 
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v1.12.13+hotfix.6, on Mac OS X 10.15.2 19C57, locale
    zh-Hans-CN)
 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 11.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 3.5)
[✓] Connected device (4 available)

• No issues found!

@crazecoder
Copy link
Owner

The simplest solution is to remove flutter_test

@soile1991
Copy link
Author

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

@crazecoder
Copy link
Owner

brendan-duncan/image#182
@soile1991 It's a flutter_test issue. Also, without flutter_test, I think you can do a unit test with the test in flutter_luban

@nilsreichardt
Copy link

+1

@simanlx
Copy link

simanlx commented Mar 14, 2020

修改flutter下 flutter_test 依赖版本就行了啊

@zhongxinqiang
Copy link

zhongxinqiang commented Apr 15, 2020

直接注释掉pubspec.yaml文件中dev_dependencies下面的flutter_test就可以了:

dev_dependencies:
#  flutter_test:
#    sdk: flutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants