[−][src]Module flutter_engine::plugins
Register plugin with this registry to listen to flutter MethodChannel calls.
Modules
dialog | Plugin to handle system dialogs. It handles flutter-rs/dialog type message. |
navigation | This plugin is used for navigation in an app. It handles flutter/navigation type messages. |
platform | Plugin to work with clipboard and various system related functions. It handles flutter/platform type message. |
textinput | This plugin is used by TextField to edit text and control caret movement. It handles flutter/textinput type message. |
window | Plugin to handle system dialogs. It handles flutter-rs/dialog type message. |
Structs
PlatformMessage | |
PluginRegistry |
Traits
Plugin |