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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kow_form

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  kow_form: ^0.0.1+2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kow_form/kow_form.dart';
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