Flutter iOS Embedder
vsync_waiter_ios.h File Reference
#include <QuartzCore/CADisplayLink.h>
#include "flutter/fml/macros.h"
#include "flutter/shell/common/variable_refresh_rate_reporter.h"
#include "flutter/shell/common/vsync_waiter.h"

Go to the source code of this file.

Classes

class  DisplayLinkManager
 
class  VSyncClient
 
class  flutter::VsyncWaiterIOS
 

Namespaces

 flutter
 

Variables

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

Variable Documentation

◆ kCADisableMinimumFrameDurationOnPhoneKey

NSString* const kCADisableMinimumFrameDurationOnPhoneKey

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 21 of file vsync_waiter_ios.mm.