I get this error when I try running the application.
Error: unable to find directory entry in pubspec.yaml: /Users/yoshithKotla/Desktop/Freewheel_application/assets/images/
I get this error when I try running the application.
Error: unable to find directory entry in pubspec.yaml: /Users/yoshithKotla/Desktop/Freewheel_application/assets/images/
2
Answers
comment out the assets: & make sure to get the path correctly.
You should comment below part from
pubspec.yaml
if you haven’t any directoryassets/images
in your project.To add assets to your application, add an assets section, like this:
If you have assets and images folder than you should change your
pubspec.yaml
file like this,To add assets to your application, add an assets section, like this: