#import <FlutterEngine_Internal.h>
Definition at line 94 of file FlutterEngine.mm.
◆ attachView [1/2]
◆ attachView [2/2]
◆ createShell:libraryURI:initialRoute: [1/2]
| - (BOOL) createShell: |
|
(NSString *) |
entrypoint |
| libraryURI: |
|
(NSString *) |
libraryURI |
| initialRoute: |
|
(NSString *) |
initialRoute |
|
|
| |
◆ createShell:libraryURI:initialRoute: [2/2]
| - (BOOL) createShell: |
|
(nullable NSString *) |
entrypoint |
| libraryURI: |
|
(nullable NSString *) |
libraryOrNil |
| initialRoute: |
|
(nullable NSString *) |
initialRoute |
|
|
| |
◆ dispatchPointerDataPacket: [1/2]
◆ dispatchPointerDataPacket: [2/2]
◆ iosPlatformView
◆ launchEngine:libraryURI:entrypointArgs:
| - (void) launchEngine: |
|
(nullable NSString *) |
entrypoint |
| libraryURI: |
|
(nullable NSString *) |
libraryOrNil |
| entrypointArgs: |
|
(nullable NSArray< NSString * > *) |
entrypointArgs |
|
|
| |
◆ notifyLowMemory
◆ platformPlugin
◆ platformTaskRunner
◆ platformView
◆ platformViewsController
◆ rasterTaskRunner
◆ restorationPlugin
◆ screenshot:base64Encode:
| - Rasterizer: |
|
(flutter::Rasterizer::ScreenshotType) |
type |
| base64Encode: |
|
(bool) |
base64Encode |
|
|
| |
◆ sendKeyEvent:callback:userData: [1/2]
| - (void) sendKeyEvent: |
|
(const FlutterKeyEvent &) |
event |
| callback: |
|
(nullable FlutterKeyEventCallback) |
callback |
| userData: |
|
(nullable void *) |
userData |
|
|
| |
Dispatches the given key event data to the framework through the engine. The callback is called once the response from the framework is received.
◆ sendKeyEvent:callback:userData: [2/2]
| - (void) sendKeyEvent: |
|
(const FlutterKeyEvent &) |
event |
| callback: |
|
(nullable FlutterKeyEventCallback) |
callback |
| userData: |
|
(nullable void *) |
userData |
|
|
| |
◆ shell
◆ spawnWithEntrypoint:libraryURI:initialRoute:entrypointArgs:
| - (FlutterEngine*) spawnWithEntrypoint: |
|
(nullable NSString *) |
entrypoint |
| libraryURI: |
|
(nullable NSString *) |
libraryURI |
| initialRoute: |
|
(nullable NSString *) |
initialRoute |
| entrypointArgs: |
|
(nullable NSArray< NSString * > *) |
entrypointArgs |
|
|
| |
Creates one running FlutterEngine from another, sharing components between them.
This results in a faster creation time and a smaller memory footprint engine. This should only be called on a FlutterEngine that is running.
◆ textInputPlugin [1/3]
◆ textInputPlugin [2/3]
◆ textInputPlugin [3/3]
◆ uiTaskRunner [1/2]
◆ uiTaskRunner [2/2]
◆ updateViewportMetrics: [1/2]
| - (void) updateViewportMetrics: |
|
(flutter::ViewportMetrics) |
viewportMetrics |
|
◆ updateViewportMetrics: [2/2]
| - (void) updateViewportMetrics: |
|
(flutter::ViewportMetrics) |
viewportMetrics |
|
◆ waitForFirstFrame:callback:
| - (void) waitForFirstFrame: |
|
(NSTimeInterval) |
timeout |
| callback: |
|
(void(^)(BOOL didTimeout)) |
callback |
|
|
| |
◆ embedderAPI
| - (FlutterEngineProcTable&) embedderAPI |
|
readwritenonatomicassign |
◆ enableEmbedderAPI
| - (BOOL) enableEmbedderAPI |
|
readwritenonatomicassign |
◆ flutterViewControllerWillDeallocObserver
| - (id<NSObject>) flutterViewControllerWillDeallocObserver |
|
readwritenonatomicretain |
◆ initialRoute
| - (NSString*) initialRoute |
|
readwritenonatomiccopy |
◆ isolateId
◆ pluginPublications
| - (NSMutableDictionary*) pluginPublications |
|
readnonatomicassign |
◆ project
◆ registrars
The documentation for this category was generated from the following files: