moform 0.2.6
moform: ^0.2.6 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.2.6 #
- chore: update pubspec tags
0.2.5 #
- test: add tests for
StringField
, setup CI - docs: update README
0.2.4 #
- fix: do not add decimal separator if
decimalDigits
is0
during user input - fix: add missing generic type for
BaseNumberField
0.2.3 #
- feat: add
autofocus
parameter
0.2.2 #
- feat: add
obscureText
andobscuringCharacter
parameters
0.2.1 #
- feat: add
strutStyle
,textAlign
, andtextAlignVertical
parameters
0.2.0 #
- feat: optional
onCleared
callback to show a clear button - feat: add
suggestedDate
andsuggestedTime
toDateField
,DateTimeField
, andTimeField
- BREAKING: move
parser
andformatter
toCustomNumberFormat
class - BREAKING: add
onTap
parameter tobuilder
function forDateTimeField
,DateField
, andTimeField
0.1.4 #
- fix: only trigger
onChanged
inStringField
when the value actually changes
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