android studio项目期间发生错误

android studio项目期间发生错误,android,json,firebase,dart,yaml,Android,Json,Firebase,Dart,Yaml,Mypubspec.yaml: cupertino_icons: "^0.1.2" firebase_auth: "^0.15.5+3" firebase_core: any firebase_database: "^3.1.3" 以下是错误: /用户/sunny/flatter/bin/flatter——没有颜色包出错 在pubspec.yaml中检测到:第26行第7列出现错误:需要密钥 在分析块映射时。╷ 26│ cu

My
pubspec.yaml

cupertino_icons: "^0.1.2"
          firebase_auth: "^0.15.5+3"
          firebase_core: any
          firebase_database: "^3.1.3"
以下是错误:

/用户/sunny/flatter/bin/flatter——没有颜色包出错 在pubspec.yaml中检测到:第26行第7列出现错误:需要密钥 在分析块映射时。╷ 26│ cupertino_图标: "^0.1.2" │ ^ ╵ 请更正位于的pubspec.yaml文件 /用户/sunny/AndroidStudioProjects/flatter_app1/connect_world/firebase_setup/pubspec.yaml

进程已完成,退出代码为1:

pubspec.yaml文件要求正确使用标识(使用空格,不使用制表符),请参见此处了解更多信息:

使用以下命令编辑您的文件:

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: "^0.1.2"
  firebase_auth: "^0.15.5+3"
  firebase_core: any
  firebase_database: "^3.1.3"

添加整个
pubspec.yaml
文件谢谢您,先生。。现在我可以制作我的应用程序了