Closed wenxiangjiang closed 4 years ago
Sorry. I delete flutter_test
, it's done.
@wenxiangjiang from where did you delete it? is it something we need to fix on the package side?
Current Flutter's stable channel test library uses xml 3.x version, and this package uses 4.x. Making this incompatible with the Flutter 1.7.x flutter_test
library, you have two alternatives here:
flutter_test
library from your pubspec, and use this instead: https://pub.dev/packages/test@luanpotter I just delete flutter_test
from my pubspec.yaml
.
@erickzanardo Thanks a lot.
Hello,
flutter_test
from sdk is incompatible withflame >=0.24.0
. Can you help me?