| Interface | Description |
|---|---|
| AccessibilityBridge.OnAccessibilityChangeListener |
Listener that can be set on a
AccessibilityBridge, which is invoked any time
accessibility is turned on/off, or touch exploration is turned on/off. |
| FlutterView.FirstFrameListener |
Listener will be called on the Android UI thread once when Flutter renders the first frame.
|
| FlutterView.Provider |
Interface for those objects that maintain and expose a reference to a
FlutterView (such
as a full-screen Flutter activity). |
| TextureRegistry |
Registry of backend textures used with a single
FlutterView instance. |
| TextureRegistry.SurfaceTextureEntry |
A registry entry for a managed SurfaceTexture.
|
| Class | Description |
|---|---|
| AccessibilityBridge |
Bridge between Android's OS accessibility system and Flutter's accessibility system.
|
| FlutterCallbackInformation |
A class representing information for a callback registered using `PluginUtilities` from
`dart:ui`.
|
| FlutterMain | Deprecated
Replaced by
FlutterLoader. |
| FlutterMain.Settings | |
| FlutterNativeView | Deprecated
FlutterView is the new API that now replaces
this class. |
| FlutterRunArguments |
A class containing arguments for entering a FlutterNativeView's isolate for the first time.
|
| FlutterView | Deprecated
FlutterView is the new API that now replaces
this class. |
| VsyncWaiter |
| Enum | Description |
|---|---|
| AccessibilityBridge.Action |