PlatformViewsService class Null safety
Provides access to the platform views service.
This service allows creating and controlling platform-specific views.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initAndroidView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → AndroidViewController - Creates a controller for a new Android view.
-
initExpensiveAndroidView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → ExpensiveAndroidViewController - Creates a controller for a new Android view.
-
initSurfaceAndroidView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → SurfaceAndroidViewController - Creates a controller for a new Android view.
-
initUiKitView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → 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.
-
synchronizeToNativeViewHierarchy(
bool yes) → Future< void> -
Whether the render surface of the Android
FlutterView
should be converted to aFlutterImageView
.Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')">@Deprecated('No longer necessary to improve performance. ' 'This feature was deprecated after v2.11.0-0.1.pre.')