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
9
likes
20
pub points
0%
popularity

Publisher

unverified uploader

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)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on smart_form