解析块映射时需要一个键。颤振错误

时间:2021-04-27 15:54:46

标签: flutter yaml flutter-dependencies pubspec

当我想运行 flutter clean 时,它给了我这个错误:

Error on line 63, column 2: Expected a key while parsing a block mapping.
   ╷
63 │  flutter_icons:
   │  ^
   ╵
Please correct the pubspec.yaml file at C:\Users\hp\Desktop\SocialMedia-App-main\pubspec.yaml

这是 pubspec.yaml 中的错误行:

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_laucher_icons: "^0.8.0"

  flutter_icons:
   android: true
   ios: true
   image_path: "assets/images/new1.png"

0 个答案:

没有答案