Reputation: 63
I am trying to load an image from the assets which is not working I am able to load network image and also some other images also in the png and jpg format but I don't know why the required images that I am trying to load are not working. Some one help me in that what might be the specific problem. I am sharing the pubspec.yaml and also the assets folders images which are correct to the point.
I tried the network image also which is working and also tried some other images but I don't know why the required images are not working.
Upvotes: 1
Views: 1263
Reputation: 1046
Have you added such lines to pubspec.yaml file?
assets:
- assets/images/onboarding_images
Upvotes: 1