#include "flutter/fml/platform/darwin/weak_nsobject.h"
#include "flutter/fml/time/time_point.h"
#import "flutter/shell/platform/darwin/ios/framework/Headers/FlutterViewController.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeySecondaryResponder.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterRestorationPlugin.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUIPressProxy.h"
#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterViewResponder.h"
Go to the source code of this file.
Namespaces | |
flutter | |
Typedefs | |
typedef void(^ | FlutterKeyboardAnimationCallback) (fml::TimePoint) |
Functions | |
typedef | NS_ENUM (NSInteger, FlutterKeyboardMode) |
Variables | |
FLUTTER_DARWIN_EXPORT const NSNotificationName | FlutterViewControllerWillDealloc |
FLUTTER_DARWIN_EXPORT const NSNotificationName | FlutterViewControllerHideHomeIndicator |
FLUTTER_DARWIN_EXPORT const NSNotificationName | FlutterViewControllerShowHomeIndicator |
typedef void(^ FlutterKeyboardAnimationCallback) (fml::TimePoint) |
Definition at line 42 of file FlutterViewController_Internal.h.
typedef NS_ENUM | ( | NSInteger | , |
FlutterKeyboardMode | |||
) |
Definition at line 34 of file FlutterViewController_Internal.h.
FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerHideHomeIndicator |
Definition at line 44 of file FlutterViewController.mm.
FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerShowHomeIndicator |
Definition at line 46 of file FlutterViewController.mm.
FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterViewControllerWillDealloc |
Definition at line 43 of file FlutterViewController.mm.