glade_forms 1.2.0
glade_forms: ^1.2.0 copied to clipboard
A universal way to define form validators with support of translations.
1.2.0 #
- [Feat]: Add
GladeFormListener
widget allowing to listen for model's changes - [Feat]: Add
groupEdit()
method in GladeModel allows to update multiple inputs at once.- Works great with
GladeFormListener
- Works great with
- [Feat]: Add
valueTransform
in GladeInput. Transform value before it is assigned into value.- Firstly
stringToTypeConverter
is called if needed, thenvalueTransform
.
- Firstly
- [Feat]: Add
updateValue(T value)
as shorthand for inputs when field is not TextField. - [Feat]: Add
resetToPure
method allowing to reset input into pure state. - [Fix]: Conversion error does not update model's stats and formatted errors.
1.1.2 #
- Fix links in readme
1.1.1 #
- Improve Readme
1.1.0 #
- [Feat]: Add
onChange
- support for listening changes and potentially update other inputs based on change
- [Feat]: GladeInput exports TextEditingController now for connecting it with FormField properly
- [Breaking]: StringInput is now alias. Use
GladeInput.stringInput
to create string variant
1.0.1 #
- Fix example
1.0.0 #
- Initial version.