1

Flutter 2 was released today and I've just upgraded the stable channel in Flutter for a test project. Images are immediately rendered pixelated/low-res. I imagine it has something to do with CanvasKit. Has anyone any idea of how to fix this?

enter image description here

nvoigt
  • 75,013
  • 26
  • 93
  • 142
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75

1 Answers1

0

First check if the image is stretched bigger than its original size. If the image is taking its original size this is probably caused by a bug.