当我尝试在手机中运行 flutter 代码时,它显示以下错误:
Error: 'DecoderCallback' isn't a type.
ImageStreamCompleter load(AdvancedNetworkImage key, DecoderCallback decode) {
Run Code Online (Sandbox Code Playgroud)
这是我的 pubspec.yaml 文件:
name:
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
# The following defines the version and build number for your application.
# A version number is three numbers separated …Run Code Online (Sandbox Code Playgroud)