Mamoon Shahzad
Mamoon Shahzad

Reputation: 63

Flutter image not loading error " Invalid image data"

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. enter image description here

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. enter image description here

Upvotes: 1

Views: 1263

Answers (1)

Iaroslav Siniugin
Iaroslav Siniugin

Reputation: 1046

Have you added such lines to pubspec.yaml file?

  assets:
     - assets/images/onboarding_images

Upvotes: 1

Related Questions