Lompat ke konten Lompat ke sidebar Lompat ke footer

Cara mengatasi Error "Expected a key while parsing a block mapping. assets: Please correct the pubspec.yaml"

Halo rekan-rekan.

Jika kalian menemukan error saat akan menambahkan assets pada file yaml seperti dibawah ini: 

[hello_world] flutter pub get
Error detected in pubspec.yaml:
Error on line 48, column 5: Expected a key while parsing a block mapping.

48 │ assets:
│ ^

Please correct the pubspec.yaml file at D:\Projects\flutter_world\hello_world\pubspec.yaml
exit code 1

 

 

Masalahnya adalah:

Spasi sangat berpengaruh pada file yaml.

Solusinya adalah:

Menghapus spasi pada fungsi assets. Kalian harus menulis fungsi assets sejajar dengan fungsi uses-material-design: true

Seperti contoh berikut  

uses-material-design: true 

assets

Posting Komentar untuk "Cara mengatasi Error "Expected a key while parsing a block mapping. assets: Please correct the pubspec.yaml""