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?
Asked
Active
Viewed 231 times
1
-
6It would be a better idea to make a github issue rather than ask here. This seems like a bug report. – Christopher Moore Mar 03 '21 at 21:00
-
Same issue here, please let me know if you manage to resolve or if this is indeed a bug – Webkraft Studios Mar 09 '21 at 06:09
1 Answers
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.

Ibrahim Alqayyas
- 169
- 1
- 6