0
votes

I can't add image assets in my app. it's showing

Expected a key while parsing a block mapping

dev_dependencies:
  flutter_test:
    sdk: flutter
flutter:
 assets:
  - images/app_logo.png
1
Please format your code so that it's easier to read it.Thepeanut
I think your YAML file might be formatted wrong, could you add it to the question so we can see.Jack Hopkins
The problem is solved. I removed the whitespace before asssets. Thank youu all for suggesting.Azizul Arif

1 Answers

0
votes

I removed the whitespace before assets. And it works