Flutter iOS Embedder
FlutterPlatformPlugin() Category Reference

Instance Methods

(BOOL) - isLiveTextInputAvailable
 
(void) - searchWeb:
 
(void) - showLookUpViewController:
 
(void) - showShareViewController:
 

Properties

BOOL enableViewControllerBasedStatusBarAppearance
 Whether the status bar appearance is based on the style preferred for this ViewController. More...
 
FlutterEngineengine
 
UITextField * textField
 Used to detect whether or not this device supports live text input from the camera. More...
 

Detailed Description

Definition at line 65 of file FlutterPlatformPlugin.mm.

Method Documentation

◆ isLiveTextInputAvailable

- (BOOL) isLiveTextInputAvailable

◆ searchWeb:

- (void) searchWeb: (NSString *)  searchTerm

◆ showLookUpViewController:

- (void) showLookUpViewController: (NSString *)  term

◆ showShareViewController:

- (void) showShareViewController: (NSString *)  content

Property Documentation

◆ enableViewControllerBasedStatusBarAppearance

- (BOOL) enableViewControllerBasedStatusBarAppearance
readwritenonatomicassign

Whether the status bar appearance is based on the style preferred for this ViewController.

   The default value is YES.
   Explicitly add `UIViewControllerBasedStatusBarAppearance` as `false` in
   info.plist makes this value to be false.

Definition at line 74 of file FlutterPlatformPlugin.mm.

◆ engine

- (FlutterEngine*) engine
readwritenonatomicweak

Definition at line 75 of file FlutterPlatformPlugin.mm.

◆ textField

- (UITextField*) textField
readwritenonatomicstrong

Used to detect whether or not this device supports live text input from the camera.

Definition at line 80 of file FlutterPlatformPlugin.mm.


The documentation for this category was generated from the following files: