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.NewEngineInGroupIntentBuilder |
Builder to create an Intent that launches a FlutterActivity with a new FlutterEngine created by FlutterEngineGroup#createAndRunEngine.
|
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 .
|
FlutterFragment.NewEngineInGroupFragmentBuilder |
Builder that creates a new FlutterFragment that uses a cached FlutterEngineGroup to create a new FlutterEngine with arguments that correspond to the values
set on this Builder .
|
FlutterFragmentActivity |
A Flutter Activity that is based upon FragmentActivity .
|
FlutterFragmentActivity.CachedEngineIntentBuilder |
|
FlutterFragmentActivity.NewEngineInGroupIntentBuilder |
Builder to create an Intent that launches a FlutterFragmentActivity with a new
FlutterEngine by FlutterEngineGroup#createAndRunEngine.
|
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 |
|
KeyboardManager.CharacterCombiner |
Applies the given Unicode character from KeyEvent.getUnicodeChar() to a previously
entered Unicode combining character and returns the combination of these characters if a
combination exists.
|
KeyboardMap |
|
KeyboardMap.KeyPair |
A physicalKey-logicalKey pair used to define mappings.
|
KeyboardMap.PressingGoal |
|
KeyboardMap.TogglingGoal |
A configuration item that defines how to synchronize toggling modifiers (such as CapsLock), so
that the KeyEmbedderResponder must synthesize events until the enabling state of the
key matches the true meta state masked by KeyboardMap.TogglingGoal.mask .
|
KeyChannelResponder |
|
KeyData |
|
KeyEmbedderResponder |
|
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.
|