CADisableMinimumFrameDurationOnPhone is required for an iOS app not to be restricted to 60hz frame rate on iPhone 13 pro and beyond.
To support high frame rate for newer devices, we should enable this by default in the template.
For existing app, a migration is needed.
Note that enabling this is not sufficient for a flutter app to reach higher frame rate. Some other work is required for that to happen.
See: