Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
307 views
in Technique[技术] by (71.8m points)

Why does vscode say the asset does not exist? flutter

I did it in the android studio before. That's why I can't understand this doesn't work... Is this a kind of bug? or Am I doing wrong? the "get packages" is the same as "pub get" in android studio. isn't it? assets

question from:https://stackoverflow.com/questions/65949816/why-does-vscode-say-the-asset-does-not-exist-flutter

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Your assets folder is under the lib folder. It should be in the main folder.

Or you can edit your path like this:

assets:
  - lib/assets/bar.jpg

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...