kow_form 0.0.1+2 copy "kow_form: ^0.0.1+2" to clipboard
kow_form: ^0.0.1+2 copied to clipboard

Create easy serializable forms with KowForm by inserting KowInputs beneath KowForm in the widget tree. Use KowSubmitButton to submit your form's data.

kow_form #

Create and manage serializable forms in a very easy way.

Usage #

Instantiating KowForm #

KowForm(
  onSubmit: (data) {
    print(data);
  },
  child: ...
)

IN PROGRESS #

6
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Create easy serializable forms with KowForm by inserting KowInputs beneath KowForm in the widget tree. Use KowSubmitButton to submit your form's data.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, provider

More

Packages that depend on kow_form