form_builder_validators 11.1.2 copy "form_builder_validators: ^11.1.2" to clipboard
form_builder_validators: ^11.1.2 copied to clipboard

Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add form_builder_validators
copied to clipboard

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

dependencies:
  form_builder_validators: ^11.1.2
copied to clipboard

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_validators/form_builder_validators.dart';
copied to clipboard
339
likes
140
points
96.9k
downloads

Publisher

verified publisherflutterformbuilderecosystem.com

Weekly Downloads

2024.09.13 - 2025.03.28

Form Builder Validators set of validators for FlutterFormBuilder. Provides common validators and a way to make your own.

Homepage
Repository (GitHub)
View/report issues

Topics

#form #validator

Documentation

API reference

Funding

Consider supporting this project:

opencollective.com

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_localizations, intl

More

Packages that depend on form_builder_validators