Interface | Description |
---|---|
FlutterFragment.FlutterEngineProvider |
Provides a
FlutterEngine instance to be used by a FlutterFragment . |
Class | Description |
---|---|
AndroidKeyProcessor | |
AndroidTouchProcessor |
Sends touch information from Android to Flutter in a format that Flutter
understands.
|
FlutterActivity |
Activity which displays a fullscreen Flutter UI. |
FlutterActivity.IntentBuilder |
Builder to create an
Intent that launches a FlutterActivity with the
desired configuration. |
FlutterFragment |
Fragment which displays a Flutter UI that takes up all available Fragment space. |
FlutterFragment.Builder |
Builder that creates a new
FlutterFragment with arguments that correspond
to the values set on this Builder . |
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 . |