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
Pubspec.ymal
With removed comments, original, generated by default pubspec.yaml looks like this
flutter: uses-material-design: true assets: - images/abc.jpg
But it isn't vaild. It doesn't works. It should be:
Important: Spaces are significant in YAML