mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
If the following is added to Info.plist of the application, it will disable partial repaint: ``` <key>FLTDisablePartialRepaint</key> <true/> ``` The primary intended usecase for this is to enable applications to see if disabling partial repaint resolves: https://github.com/flutter/flutter/issues/100522.