moform library

Classes

CustomNumberFormat<T>
Custom formatter and parser for T. Used for int and double fields.
DateField
A reactive text field representing a date value.
DateTimeField
A reactive text field representing a date and time value.
DoubleField
A reactive text field representing an double value.
IntField
A reactive text field representing an integer value.
OptionalDoubleField
A reactive text field representing an double value. If the value is blank, it will be treated as null.
OptionalIntField
A reactive text field representing an integer value. If the value is blank, it will be treated as null.
OptionalStringField
A reactive text field representing a string value. If the value is blank, it will be treated as null.
StringField
A reactive text field representing a string value.
TimeField
A reactive text field representing a time value.

Typedefs

DateTimeFormatter = String Function(BuildContext context, DateFormat? dateFormat, TimeOfDay? value)
TextFieldBuilder = Widget Function(BuildContext context, TextEditingController controller)
A builder for a text field.
TextFieldWithOnTapBuilder = Widget Function(BuildContext context, TextEditingController controller, void onTap())
A builder for a text field with an onTap callback.