flutter_form_builder 10.0.0-dev.3 copy "flutter_form_builder: ^10.0.0-dev.3" to clipboard
flutter_form_builder: ^10.0.0-dev.3 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 Dart:

 $ dart pub add flutter_form_builder
copied to clipboard

With Flutter:

 $ flutter pub add flutter_form_builder
copied to clipboard

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

dependencies:
  flutter_form_builder: ^10.0.0-dev.3
copied to clipboard

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_form_builder/flutter_form_builder.dart';
copied to clipboard
2.63k
likes
0
points
120k
downloads

Publisher

verified publisherflutterformbuilderecosystem.com

Weekly Downloads

2024.08.09 - 2025.02.21

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

Homepage
Repository (GitHub)
View/report issues

Topics

#form

Funding

Consider supporting this project:

opencollective.com

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on flutter_form_builder