moform 0.2.0 copy "moform: ^0.2.0" to clipboard
moform: ^0.2.0 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.0 #

  • feat: optional onCleared callback to show a clear button
  • feat: add suggestedDate and suggestedTime to DateField, DateTimeField, and TimeField
  • BREAKING: move parser and formatter to CustomNumberFormat class
  • BREAKING: add onTap parameter to builder function for DateTimeField, DateField, and TimeField

0.1.4 #

  • fix: only trigger onChanged in StringField 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 have int as parameter

0.1.0 #

Initial release

1
likes
130
pub points
46%
popularity

Publisher

verified publishertienisto.com

Reactive, model-driven, and type-safe forms for Flutter without the overhead of managing a TextEditingController. A light wrapper around Flutter's TextFormField.

Repository (GitHub)
View/report issues

Topics

#forms #input #reactive #model-driven #type-safe

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

flutter, intl, meta

More

Packages that depend on moform