For certain devices, (i.e. OnePlus 9), Flutter locks the frame per second (FPS) of all Flutter applications at 60fps eventhough OnePlus 9 has maximum refresh rate of 120hz. This pull request overcomes the problem by instructing the operating system to use the highest available frame rate for this particular application.
Description
For certain devices, (i.e. OnePlus 9), Flutter locks the frame per second (FPS) of all Flutter applications at 60fps eventhough OnePlus 9 has maximum refresh rate of 120hz. This pull request overcomes the problem by instructing the operating system to use the highest available frame rate for this particular application.
Refer https://github.com/flutter/flutter/issues/35162
Type of Change
Screenshots
Note: The current frame per second (FPS) is shown at the top left corner of the screenshot.
Normal refresh rate
Before this patch
After this patch
Other Information