ardera / flutter-pi

A light-weight Flutter Engine Embedder for Linux Embedded that runs without X11 or Wayland.
MIT License
1.61k stars 162 forks source link

"Artifacts" with official 7" touchscreen RPI 4 #213

Open Toernblom opened 2 years ago

Toernblom commented 2 years ago

Hey, getting these artifacts on a specific widget and only on this specific index in the listview. I did have some weird artifacts going on in the "hello-word" flutter gallery aswell. Has anyone else encountered them? Running Flutter 2.8.1 • channel stable • with 64bit buster os.

issue

ardera commented 2 years ago

I've seen those before in the flutter gallery, it's a flutter bug I think. Try fiddling with the rendering a bit, maybe add a repaint boundary or an invisible container below. That's fixed it for some people

ardera commented 1 year ago

Could be it's caused by this: https://github.com/ardera/flutter-pi/issues/255