widgets library

A collection of Widgets which can be used inside a Scaffold.

Classes

BuiltSearchableListView<T>
A widget that uses the given builder to build a SearchableListView instance.
Cancel
A widget that can be cancelled with the escape key.
CenterText
A widget that shows text in the centre of the screen.
CommonShortcuts
A widget which maps the most common shortcuts.
CopyListTile
A list tile which can be copied with a cap.
DoubleListTile
A widget that shows a double value.
ErrorListView
A widget to show an error, and optional stackTrace.
GetText
A widget for getting text.
GetTextState
State for GetText.
IntListTile
A list tile to edit the given number value.
KeyboardShortcut
A keyboard shortcut and a description.
KeyboardShortcuts
A widget for displaying a list of keyboardShortcuts.
LoadingWidget
The loading screen.
PushWidgetListTile
A widget that will push a widget then set its state.
PushWidgetListTileState
State for PushWidgetListTile.
SearchableListTile
A list tile that can be searched for within a SearchableListView.
SearchableListView
A ListView that can be searched.
TextListTile
A list tile that displays and allows the editing of some text.
WithKeyboardShortcuts
A widget with a list of keyboardShortcuts for display.