Interface | Description |
---|---|
FlutterEngineConfigurator |
Configures a
FlutterEngine after it is created, e.g., adds plugins. |
FlutterEngineProvider | |
FlutterView.FlutterEngineAttachmentListener |
Listener that is notified when a
FlutterEngine is attached to/detached from
a given FlutterView . |
SplashScreen |
Splash screen configuration for a given Flutter experience.
|
SplashScreenProvider |
Provides a
SplashScreen to display while Flutter initializes and renders its first
frame. |
Class | Description |
---|---|
AndroidKeyProcessor | |
AndroidTouchProcessor |
Sends touch information from Android to Flutter in a format that Flutter
understands.
|
DrawableSplashScreen |
SplashScreen that displays a given Drawable , which then fades its alpha
to zero when instructed to DrawableSplashScreen.transitionToFlutter(Runnable) . |
DrawableSplashScreen.DrawableSplashScreenView | |
FlutterActivity |
Activity which displays a fullscreen Flutter UI. |
FlutterActivity.CachedEngineIntentBuilder |
Builder to create an
Intent that launches a FlutterActivity with an existing
FlutterEngine that is cached in FlutterEngineCache . |
FlutterActivity.NewEngineIntentBuilder |
Builder to create an
Intent that launches a FlutterActivity with a new
FlutterEngine and the desired configuration. |
FlutterFragment |
Fragment which displays a Flutter UI that takes up all available Fragment space. |
FlutterFragment.CachedEngineFragmentBuilder |
Builder that creates a new
FlutterFragment that uses a cached FlutterEngine
with arguments that correspond to the values set on this Builder . |
FlutterFragment.NewEngineFragmentBuilder |
Builder that creates a new
FlutterFragment with arguments that correspond
to the values set on this NewEngineFragmentBuilder . |
FlutterFragmentActivity |
A Flutter
Activity that is based upon FragmentActivity . |
FlutterFragmentActivity.CachedEngineIntentBuilder |
Builder to create an
Intent that launches a FlutterFragmentActivity with an
existing FlutterEngine that is cached in
FlutterEngineCache . |
FlutterFragmentActivity.NewEngineIntentBuilder |
Builder to create an
Intent that launches a FlutterFragmentActivity with a new
FlutterEngine and the desired configuration. |
FlutterSurfaceView |
Paints a Flutter UI on a
Surface . |
FlutterTextureView |
Paints a Flutter UI on a
SurfaceTexture . |
FlutterView |
Displays a Flutter UI on an Android device.
|
Enum | Description |
---|---|
FlutterView.RenderMode |
Render modes for a
FlutterView . |
FlutterView.TransparencyMode |
Transparency mode for a
FlutterView . |