form_builder_core 7.0.0-alpha.0 copy "form_builder_core: ^7.0.0-alpha.0" to clipboard
form_builder_core: ^7.0.0-alpha.0 copied to clipboard

This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_builder_core

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

dependencies:
  form_builder_core: ^7.0.0-alpha.0

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_core/form_builder_core.dart';
0
likes
130
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on form_builder_core