best_form_validator 1.0.0 copy "best_form_validator: ^1.0.0" to clipboard
best_form_validator: ^1.0.0 copied to clipboard

best_form_validator is a comprehensive Flutter package designed to simplify form validation. It provides a robust set of validation functions for various form fields, including email, phone, password, [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add best_form_validator

With Flutter:

 $ flutter pub add best_form_validator

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

dependencies:
  best_form_validator: ^1.0.0

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:best_form_validator/best_form_validator.dart';
7
likes
0
points
107
downloads

Publisher

verified publishergreelogix.com

Weekly Downloads

best_form_validator is a comprehensive Flutter package designed to simplify form validation. It provides a robust set of validation functions for various form fields, including email, phone, password, name, and age. The package supports phone number validation according to different countries' phone number formats, making it versatile for international applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on best_form_validator