AndroidTouchProcessor |
Sends touch information from Android to Flutter in a format that Flutter understands.
|
DrawableSplashScreen |
Deprecated. |
DrawableSplashScreen.DrawableSplashScreenView |
|
FlutterActivity |
Activity which displays a fullscreen Flutter UI.
|
FlutterActivity.CachedEngineIntentBuilder |
|
FlutterActivity.NewEngineIntentBuilder |
Builder to create an Intent that launches a FlutterActivity with a new FlutterEngine and the desired configuration.
|
FlutterActivityLaunchConfigs |
Collection of Flutter launch configuration options.
|
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 |
|
FlutterFragmentActivity.NewEngineIntentBuilder |
Builder to create an Intent that launches a FlutterFragmentActivity with a new
FlutterEngine and the desired configuration.
|
FlutterImageView |
|
FlutterPlayStoreSplitApplication |
Flutter's extension of SplitCompatApplication that injects a PlayStoreDeferredComponentManager with FlutterInjector to enable Split AOT Flutter apps.
|
FlutterSurfaceView |
|
FlutterTextureView |
|
FlutterView |
Displays a Flutter UI on an Android device.
|
KeyboardManager |
A class to process KeyEvent s dispatched to a FlutterView , either from a hardware
keyboard or an IME event.
|
KeyChannelResponder |
A KeyboardManager.Responder of KeyboardManager that handles events by sending the
raw information through the method channel.
|
MotionEventTracker |
Tracks the motion events received by the FlutterView.
|
MotionEventTracker.MotionEventId |
Represents a unique identifier corresponding to a motion event.
|
WindowInfoRepositoryCallbackAdapterWrapper |
Wraps WindowInfoTrackerCallbackAdapter in order to be able to mock it during testing.
|