form_builder 1.0.1 form_builder: ^1.0.1 copied to clipboard
flutter row-column based form builder, build form quickly,create field fast,less code,more powerful
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add form_builder
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
form_builder: ^1.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.