检查您的配置文件“flutter_launcher_icons.yaml”是否有“flutter_icons”部分

Kha*_*HAR 2 dart flutter flutter-dependencies

在此输入图像描述

任何人都可以解决这个问题我正在运行 flutter pub run flutter_launcher_icons:main 但它对我不起作用

Jos*_*eve 11

你的 pubspec.yaml 应该是这样的:

dev_dependencies:
  flutter_launcher_icons: "^0.9.2"

flutter_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/icon/icon.png"
Run Code Online (Sandbox Code Playgroud)

注意在哪里flutter_launcher_icons使用以及在哪里 flutter_icons使用。