validator_forge 2.2.0 copy "validator_forge: ^2.2.0" to clipboard
validator_forge: ^2.2.0 copied to clipboard

A robust and easy-to-use Flutter form validation package. Provides pre-built validators, custom regex, and a flexible builder for intuitive form handling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validator_forge

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

dependencies:
  validator_forge: ^2.2.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:validator_forge/validator_forge.dart';
7
likes
155
points
119
downloads

Documentation

API reference

Publisher

verified publisherhiteshpatel.tech

Weekly Downloads

A robust and easy-to-use Flutter form validation package. Provides pre-built validators, custom regex, and a flexible builder for intuitive form handling.

Repository (GitHub)
View/report issues

Topics

#flutter #form #validator #validation #regex

License

MIT (license)

Dependencies

flutter

More

Packages that depend on validator_forge