moform 0.1.3
moform: ^0.1.3 copied to clipboard
Reactive, model-driven, and type-safe forms for Flutter without the overhead of managing a TextEditingController. A light wrapper around Flutter's TextFormField.
0.1.3 #
- feat: add
DoubleField
DateField
,TimeField
,DateTimeField
- feat: add optional versions:
OptionalStringField
,OptionalIntField
,OptionalDoubleField
- fix: add missing mounted check
0.1.2 #
- feat: add
InputDecoration
and aliases to constructors
0.1.1 #
- docs: update README.md
- fix:
IntField.onSubmitted
should haveint
as parameter
0.1.0 #
Initial release