glade_forms 1.3.1
glade_forms: ^1.3.1 copied to clipboard
A universal way to define form validators with support of translations.
1.3.1 #
- [Fix]: Fixed
GladeInput.createassert to allow null forvalueandinitialValuewhen input's type is nullable.
1.3.0 #
- [Fix]: When using
GladeInput.create, passing onlyvalueended up in UI vs model not being synced. Now that's fixed. - [Breaking]: StringInput only works with
Stringnow.
1.2.1 #
- [Fix]: Value passed to factory constructor is not reflected in TextController.
1.2.0 #
- [Feat]: Add
GladeFormListenerwidget 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
valueTransformin GladeInput. Transform value before it is assigned into value.- Firstly
stringToTypeConverteris called if needed, thenvalueTransform.
- Firstly
- [Feat]: Add
updateValue(T value)as shorthand for inputs when field is not TextField. - [Feat]: Add
resetToPuremethod 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.stringInputto create string variant
1.0.1 #
- Fix example
1.0.0 #
- Initial version.