Questions tagged [avif]

51 questions
0
votes
2 answers

avif image format not supported in flutter

I got avif image from server but image not showing. I have tried Image.network() and CachedNetworkImage to show avif image . Exception: Invalid image data When the exception was thrown, this was the stack: #0 _futurize…
Jewel Rana
  • 2,397
  • 1
  • 19
  • 28
0
votes
1 answer

How do I make images responsive?

Don't know how to make browser use the right image at certain breakpoints. GitHub repo