easy_form_kit 1.0.6 copy "easy_form_kit: ^1.0.6" to clipboard
easy_form_kit: ^1.0.6 copied to clipboard

outdated

A set of widgets for processing form field data in one common handler. Convenient for saving data to a database, sending via API, etc.

1.0.6 #

  • Added exception handling in onSave and onSaved callbacks.

1.0.5 #

  • The build method of the EasyFormGenericField widget now has a default implementation that throws a UnimplementedError. Now it is not necessary to implement this method if the class inherited from EasyFormGenericFieldState has its own implementation of the build method.

1.0.4 #

  • State class EasyFormGenericFieldState made public.

1.0.3+1 #

  • Breaking changes: A second parameter has been added to the signature of EasyFormFieldValidator, which contains the values of all fields of the form.

1.0.2 #

  • Breaking changes: EasyForm adds a second parameter to the onSaved callback, form field values.

1.0.1 #

  • Added EasyTextFormField.builder constructor.

1.0.0+1 #

  • Initial version.
6
likes
0
pub points
36%
popularity

Publisher

verified publisheramazingsoftworks.com

A set of widgets for processing form field data in one common handler. Convenient for saving data to a database, sending via API, etc.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_form_kit