Package io.flutter.view
-
Interface Summary Interface Description AccessibilityBridge.OnAccessibilityChangeListener Listener that can be set on aAccessibilityBridge
, 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 aFlutterView
(such as a full-screen Flutter activity).TextureRegistry Registry of backend textures used with a singleFlutterView
instance.TextureRegistry.OnFrameConsumedListener Listener invoked when the most recent image has been consumed.TextureRegistry.OnTrimMemoryListener Listener invoked when a memory pressure warning was forward.TextureRegistry.SurfaceTextureEntry A registry entry for a managed SurfaceTexture. -
Class Summary 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 byFlutterLoader
.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 Summary Enum Description AccessibilityBridge.Action