PlatformViewsService class

Provides access to the platform views service.

This service allows creating and controlling Android views.

See also: PlatformView.

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Static Methods

initAndroidView({int id, String viewType, TextDirection layoutDirection, dynamic creationParams, MessageCodec creationParamsCodec, PlatformViewCreatedCallback onPlatformViewCreated }) AndroidViewController
Creates a controller for a new Android view. [...]
initUiKitView({int id, String viewType, TextDirection layoutDirection, dynamic creationParams, MessageCodec creationParamsCodec }) Future<UiKitViewController>
This is work in progress, not yet ready to be used, and requires a custom engine build. Creates a controller for a new iOS UIView. [...]