5 #ifndef FLUTTER_FLUTTERVIEWCONTROLLER_H_
6 #define FLUTTER_FLUTTERVIEWCONTROLLER_H_
8 #import <UIKit/UIKit.h>
53 : UIViewController <FlutterTextureRegistry, FlutterPluginRegistry, UIGestureRecognizerDelegate>
68 nibName:(nullable NSString*)nibName
69 bundle:(nullable NSBundle*)nibBundle NS_DESIGNATED_INITIALIZER;
83 nibName:(nullable NSString*)nibName
84 bundle:(nullable NSBundle*)nibBundle NS_DESIGNATED_INITIALIZER;
99 initialRoute:(nullable NSString*)initialRoute
100 nibName:(nullable NSString*)nibName
101 bundle:(nullable NSBundle*)nibBundle NS_DESIGNATED_INITIALIZER;
109 - (instancetype)
initWithCoder:(NSCoder*)aDecoder NS_DESIGNATED_INITIALIZER;
117 - (void)setFlutterViewDidRenderCallback:(
void (^)(
void))callback;
127 - (NSString*)lookupKeyForAsset:(NSString*)asset;
139 - (NSString*)lookupKeyForAsset:(NSString*)asset fromPackage:(NSString*)package;
161 - (void)setInitialRoute:(NSString*)route
175 - (void)pushRoute:(NSString*)route;
259 #endif // FLUTTER_FLUTTERVIEWCONTROLLER_H_