как устранить единственную ошибку pubspec в androind studio

#android

#Android

Вопрос:

получение ошибки в pubspec.yaml я не могу с этим разобраться … пожалуйста, помогите

код:

 name: i_am_rich
description: A new Flutter application.

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

version: 1.0.0 1
environment:
  sdk: ">=2.7.0 <3.0.0"
dependencies:
  flutter:
    sdk: flutter
  cupertino_icons: ^0.1.3
dev_dependencies:
  flutter_test:
    sdk: flutter
flutter:
  uses-material-design: true
    assets    :
        - images/ diamond.png
  

Ошибка:

  C:srcflutterflutterbinflutter.bat --no-color pub get
Error detected in pubspec.yaml:
Error on line 18, column 15: Mapping values are not allowed here. Did you miss a colon earlier?
   ╷
18 │     assets    :
   │               ^
   ╵
Please correct the pubspec.yaml file at C:UsersBHASKARDocumentsappdevi_am_richi_am_richpubspec.yaml
Process finished with exit code 1
  

Ответ №1:

У вас есть ненужные пробелы между assets и : здесь:

assets :

это должно быть assets: