core/commands/selected/selected library

Classes

SelectedAppDied
The app process died while fdb was communicating with it.
SelectedError
Generic / unrecognised error.
SelectedNoIsolate
No Flutter isolate was found in the running app.
SelectedNone
No widget is currently selected in the inspector.
SelectedResult
Result of a getSelected invocation.
SelectedWidget
A widget is selected; carries its description and optional source location.

Functions

getSelected(SelectedInput _) Future<SelectedResult>
Retrieves the currently selected widget from the Flutter inspector.

Typedefs

SelectedInput = ()
Input parameters for getSelected. Empty record because fdb selected takes no arguments today.