smart_form 0.0.3 copy "smart_form: ^0.0.3" to clipboard
smart_form: ^0.0.3 copied to clipboard

A modified variant package of Form widget in flutter as SmartForm, with freedom of using auto-validation feature only when the form field state is changed at least once, opposite to the usual scenario [...]

[0.0.1] - 2020-06-05 #

  • Add SmartForm and SmartFormField, along with SmartTextFormField and DropDownButtonFormField use uses SmartFromField,
  • with autovalidate only when state of the form is changed, at least once.

[0.0.2] - 2020-06-05 #

  • Update Readme with Related issues/PRs
  • Add few example code

[0.0.3] - 2020-08-07 #

  • Update on change handler of smart_text_form_field
10
likes
20
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A modified variant package of Form widget in flutter as SmartForm, with freedom of using auto-validation feature only when the form field state is changed at least once, opposite to the usual scenario wherein the auto validation starts as soon as the Form is initialised, and even if nothing is entered in the form yet.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on smart_form