Flutter Pub: Expected a key while parsing a block mapping. path:

后端 未结 11 1283
死守一世寂寞
死守一世寂寞 2020-12-24 11:22

I\'m using JSON file and register in Pubspec.ymal but showing error and also when I use an image and register it, the same error also occurs. Maybe there is a f

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-24 12:00

    Spaces are significant in YAML

    assets is indented too far

    flutter_test:
      sdk: flutter
    
    flutter:
      uses-material-design: true
      assets:
        - loadjson/person.json
    

提交回复
热议问题