Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterVSyncClient.h File Reference
#include <QuartzCore/CADisplayLink.h>

Go to the source code of this file.

Classes

class  FlutterDisplayLinkManager
 A manager type that queries display characteristics, such as high refresh rate capabilities. More...
 
class  FlutterVSyncClient
 A client that wraps a CADisplayLink to deliver synchronized vsync signals. More...
 

Variables

NSString *const kCADisableMinimumFrameDurationOnPhoneKey
 Info.plist key enabling the full range of ProMotion refresh rates for CADisplayLink callbacks and CAAnimation animations in the app.
 

Variable Documentation

◆ kCADisableMinimumFrameDurationOnPhoneKey

NSString* const kCADisableMinimumFrameDurationOnPhoneKey
extern

Info.plist key enabling the full range of ProMotion refresh rates for CADisplayLink callbacks and CAAnimation animations in the app.

See also
https://developer.apple.com/documentation/quartzcore/optimizing_promotion_refresh_rates_for_iphone_13_pro_and_ipad_pro#3885321

Definition at line 15 of file FlutterVSyncClient.mm.