| Interface | Description |
|---|---|
| PlatformPlugin.PlatformPluginDelegate |
The
PlatformPlugin generally has default behaviors implemented for platform
functionalities requested by the Flutter framework. |
| PlatformView |
A handle to an Android view to be embedded in the Flutter hierarchy.
|
| PlatformViewRegistry |
Registry for platform view factories.
|
| PlatformViewsAccessibilityDelegate |
Facilitates interaction between the accessibility bridge and embedded platform views.
|
| Class | Description |
|---|---|
| PlatformPlugin |
Android implementation of the platform plugin.
|
| PlatformViewFactory | |
| PlatformViewsController |
Manages platform views.
|