sony / flutter-embedded-linux

Embedded Linux embedding for Flutter
BSD 3-Clause "New" or "Revised" License
1.16k stars 122 forks source link

WAR: temporarily disable partial repaints #388

Closed HidenoriMatsubayashi closed 9 months ago

HidenoriMatsubayashi commented 9 months ago

This change disables the partial repaints temporarily because of the flicker issue. Once the root cause in flutter/engine was fixed and its change propagated to the stable channel, this will be lifted up.

See https://github.com/sony/flutter-embedded-linux/issues/334 for the details.

HidenoriMatsubayashi commented 9 months ago

@makotosato-at Can you please review this change?

makotosato-at commented 9 months ago

Thank you for your patch. LGTM.

HidenoriMatsubayashi commented 9 months ago

Thanks a lot.