live_cells_ui library
Provides wrappers over Flutter widgets which allow their properties to be controlled by cells
Classes
- LiveCheckbox
-
A Checkbox widget with the
value
controlled by aMutableCell
. - LiveCheckboxListTile
- A ListTile with a LiveCheckbox, akin to CheckboxListTile.
- LiveCheckboxMenuButton
- A menu item with a LiveCheckbox, akin to CheckboxMenuButton.
-
LiveCheckedPopupMenuItem<
T> -
A CheckedPopupMenuItem widget with the value controlled by a
MutableCell
. - LiveChoiceChip
-
A ChoiceChip widget with the value of
selected
controlled by aValueCell
. - LiveCloseButton
- A CloseButton that triggers an action cell when pressed.
- LiveCupertinoSlider
-
A CupertinoSlider with its value controlled by a
MutableCell
. - LiveCupertinoSwitch
-
A CupertinoSwitch widget with its value controlled by a
ValueCell
. - LiveElevatedButton
- An ElevatedButton that triggers an action cell when pressed.
- LiveFilledButton
- A FilledButton that triggers an action cell when pressed.
- LiveFloatingActionButton
-
A FloatingActionButton that triggers an
ActionCell
when pressed. - LiveIconButton
- An IconButton that triggers an action cell when pressed.
- LiveInkResponse
-
An InkResponse that triggers
ActionCell
s on gestures. - LiveInkWell
-
An InkWell that triggers
ActionCell
s on gestures. - LiveInteractiveViewer
-
An InteractiveViewer where the
transformation
is exposed as a cell. - LiveOutlinedButton
- An OutlinedButton that triggers an action cell when pressed.
- LivePageView
-
A PageView with the page controlled by a
MutableCell
. -
LiveRadio<
T> -
A Radio widget with the
groupValue
controlled by aMutableCell
. -
LiveRadioListTile<
T> - A ListTile with a LiveRadio, akin to RadioListTile.
- LiveSlider
-
A Slider with its
value
controlled by aMutableCell
. - LiveSwitch
-
A Switch widget with its
value
controlled by aValueCell
. - LiveSwitchListTile
- A ListTile with a LiveSwitch, akin to SwitchListTile.
- LiveTextButton
- A TextButton that triggers an action cell when pressed.
- LiveTextField
-
A text field widget, similar to TextField, with content controlled by a
MutableCell
.