Package io.flutter.plugin.platform
package io.flutter.plugin.platform
-
ClassDescriptionA host view for Flutter content displayed over a platform view.Android implementation of the platform plugin.The
PlatformPlugin
generally has default behaviors implemented for platform functionalities requested by the Flutter framework.A handle to an Android view to be embedded in the Flutter hierarchy.Registry for platform view factories.A PlatformViewRenderTarget interface allows an Android Platform View to be rendered into an offscreen buffer (usually a texture is involved) that the engine can compose into the FlutterView.Facilitates interaction between the accessibility bridge and embedded platform views.Manages platform views.Wraps a platform view to intercept gestures and project this view onto aPlatformViewRenderTarget
.