kow_form 0.0.1+2
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_formThis 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+2Alternatively, 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';