#import <UIKit/UIKit.h>
#import <UserNotifications/UNUserNotificationCenter.h>
#import "FlutterBinaryMessenger.h"
#import "FlutterChannels.h"
#import "FlutterCodecs.h"
#import "FlutterPlatformViews.h"
#import "FlutterTexture.h"
Go to the source code of this file.
Classes | |
protocol | <FlutterApplicationLifeCycleDelegate> |
protocol | <FlutterPlugin> |
protocol | <FlutterPluginRegistrar> |
protocol | <FlutterPluginRegistry> |
protocol | <FlutterAppLifeCycleProvider> |
Typedefs | |
typedef void(* | FlutterPluginRegistrantCallback) (NSObject< FlutterPluginRegistry > *registry) |
typedef void(* FlutterPluginRegistrantCallback) (NSObject< FlutterPluginRegistry > *registry) |
A plugin registration callback.
Used for registering plugins with additional instances of FlutterPluginRegistry
.
registry | The registry to register plugins with. |
Definition at line 180 of file FlutterPlugin.h.
How the UIGestureRecognizers of a platform view are blocked.
UIGestureRecognizers of platform views can be blocked based on decisions made by the Flutter Framework (e.g. When an interact-able widget is covering the platform view).
Definition at line 252 of file FlutterPlugin.h.