self_storing_input library

Classes

NoOpSaver<K>
Trivial implementation of Saver. Always returns null value and successful operation result.
OperationResult
Result of value validation.
OverlayController
A controller for the overlay of a widget, a floating dialog box used to edit/save the value and/or notify about errors.
OverlayStyle
Saver<K>
Loads and saves a value of an input widget.
SelfStoringCheckbox<K>
A widget to enter and store a boolean value.
SelfStoringCheckboxStyle
A style for SelfStoringCheckbox.
SelfStoringRadioGroup<K>
A widget to enter and store a boolean value.
SelfStoringRadioGroupStyle
A style for SelfStoringRadioGroup.
SelfStoringText<K>
A widget to enter and store single or multiline text.
SelfStoringTextStyle
A style for SelfStoringText.