Interface | Description |
---|---|
AccessibilityChannel.AccessibilityMessageHandler |
Handler that receives accessibility messages sent from Flutter to Android
through a given
AccessibilityChannel . |
PlatformChannel.PlatformMessageHandler |
Handler that receives platform messages sent from Flutter to Android
through a given
PlatformChannel . |
TextInputChannel.TextInputMethodHandler |
Class | Description |
---|---|
AccessibilityChannel |
System channel that sends accessibility requests and events from Flutter to Android.
|
KeyEventChannel |
TODO(mattcarroll): fill in javadoc for KeyEventChannel.
|
KeyEventChannel.FlutterKeyEvent |
Key event as defined by Flutter.
|
LifecycleChannel |
TODO(mattcarroll): fill in javadoc for LifecycleChannel.
|
LocalizationChannel |
Sends the platform's locales to Dart.
|
NavigationChannel |
TODO(mattcarroll): fill in javadoc for NavigationChannel.
|
PlatformChannel |
System channel that receives requests for host platform behavior, e.g., haptic and sound
effects, system chrome configurations, and clipboard interaction.
|
PlatformChannel.AppSwitcherDescription |
The color and label of an application that appears in Android's app switcher, AKA
recents screen.
|
PlatformChannel.SystemChromeStyle |
The color and brightness of system chrome, e.g., status bar and system navigation bar.
|
SettingsChannel | |
SettingsChannel.MessageBuilder | |
SystemChannel |
TODO(mattcarroll): fill in javadoc for SystemChannel.
|
TextInputChannel |
TextInputChannel is a platform channel between Android and Flutter that is used to
communicate information about the user's text input. |
TextInputChannel.Configuration |
A text editing configuration.
|
TextInputChannel.InputType |
A text input type.
|
TextInputChannel.TextEditState |
State of an on-going text editing session.
|
Enum | Description |
---|---|
PlatformChannel.Brightness | |
PlatformChannel.ClipboardContentFormat |
Data formats of clipboard content.
|
PlatformChannel.DeviceOrientation |
The possible desired orientations of a Flutter application.
|
PlatformChannel.HapticFeedbackType |
The types of haptic feedback that the Android OS can generate on behalf
of an application.
|
PlatformChannel.SoundType |
Types of sounds the Android OS can play on behalf of an application.
|
PlatformChannel.SystemUiOverlay |
The set of Android system UI overlays as perceived by the Flutter application.
|
SettingsChannel.PlatformBrightness |
The brightness mode of the host platform.
|
TextInputChannel.TextCapitalization |
Text capitalization schemes.
|
TextInputChannel.TextInputType |
Types of text input.
|