Skip to content

Flutter iOS app should set CADisableMinimumFrameDurationOnPhone to true in info.plist by default #94508

@cyanglaz

Description

@cyanglaz

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:

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectplatform-iosiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions