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
40
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

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)

License

BSD-3-Clause (license)

Dependencies

flutter, provider

More

Packages that depend on kow_form