form_builder 0.0.3 copy "form_builder: ^0.0.3" to clipboard
form_builder: ^0.0.3 copied to clipboard

outdated

flutter form builder, used to quickly build a row-column based form

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: ^0.0.3

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:form_builder/form_builder.dart';
1
likes
0
pub points
77%
popularity

Publisher

unverified uploader

flutter form builder, used to quickly build a row-column based form

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_localizations

More

Packages that depend on form_builder