asjqkkkk / flutter-todos

📝 one day list app created by flutter!
MIT License
2.05k stars 447 forks source link

源码编译失败,萌新求带,为什么会缺省一个ImageStreamListener #1

Closed onlineDu closed 5 years ago

onlineDu commented 5 years ago

屏幕快照 2019-08-02 上午9 30 06 Compiler message: file:///Users/psh/.pub-cache/hosted/pub.flutter-io.cn/image_crop-0.3.0/lib/src/crop.dart:87:3: Error: Type 'ImageStreamListener' not found. ImageStreamListener _imageListener; ^^^^^^^^^^^^^^^^^^^ F/crash_dump64(24342): crash_dump.cpp:472] failed to attach to thread 24337: Permission denied file:///Users/psh/.pub-cache/hosted/pub.flutter-io.cn/image_crop-0.3.0/lib/src/crop.dart:87:3: Error: 'ImageStreamListener' isn't a type. ImageStreamListener _imageListener; ^^^^^^^^^^^^^^^^^^^ file:///Users/psh/.pub-cache/hosted/pub.flutter-io.cn/image_crop-0.3.0/lib/src/crop.dart:164:11: Error: Method not found: 'ImageStreamListener'. ImageStreamListener(_updateImage, onError: widget.onImageError); ^^^^^^^^^^^^^^^^^^^ file:///Users/psh/.pub-cache/hosted/pub.flutter-io.cn/image_crop-0.3.0/lib/src/crop.dart:164:11: Error: The method 'ImageStreamListener' isn't defined for the class 'CropState'.

asjqkkkk commented 5 years ago

@onlineDu 看一下你的flutter版本吧。不出意外是版本的问题,可以看一看readme最后面,有解决方案

onlineDu commented 5 years ago

flutter版本问题,机器Flutter (Channel dev, v1.6.0)需要修改引用API,已解决,感谢

asjqkkkk commented 5 years ago

@onlineDu 好的,已解决的issue别忘了关闭哦😄