Issue
Expected a key while parsing a block mapping. | 66| - images/ | ^ | Please correct the pubspec.yaml file at pubspec.yaml exit code 1
Solution
In pubspec.yaml
file under scroll down to flutter
section and add your assets like this:
flutter:
uses-material-design: true
assets:
- image_path/image_name
Answered By - Tareq Amenah
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.