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 a
ValueCell
. - 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
ValueCell
. - LiveChoiceChip
-
A ChoiceChip widget with the value of selected controlled by a
ValueCell
. - LiveCloseButton
-
A CloseButton widget with its properties controlled by
ValueCell
's. - LiveCupertinoSlider
-
A CupertinoSlider with its value controlled by a
ValueCell
. - LiveCupertinoSwitch
-
A CupertinoSwitch widget with its value controlled by a
ValueCell
. - LiveElevatedButton
-
An ElevatedButton widget with its properties controlled by
ValueCell
's. - LiveFilledButton
-
A FilledButton widget with its properties controlled by
ValueCell
's. - LiveOutlinedButton
-
An OutlinedButton widget with its properties controlled by
ValueCell
's. - LivePageView
-
PageView widget with its properties controlled by
ValueCell
s. -
LiveRadio<
T> -
A Radio widget with the groupValue controlled by a
ValueCell
. -
LiveRadioListTile<
T> - A ListTile with a LiveRadio, akin to RadioListTile.
- LiveSlider
-
Slider widget with its properties controlled by
ValueCell
s. - LiveSwitch
-
A Switch widget with the value controlled by a
ValueCell
. - LiveSwitchListTile
- A ListTile with a LiveSwitch, akin to SwitchListTile.
- LiveTextButton
-
A TextButton widget with its properties controlled by
ValueCell
's. - LiveTextField
-
A text field widget, similar to TextField, with content controlled by a
ValueCell
.