validation_form 0.0.7 copy "validation_form: ^0.0.7" to clipboard
validation_form: ^0.0.7 copied to clipboard

Reactive Forms heavily inspire this model-driven approach to handling form inputs and validations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validation_form

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

dependencies:
  validation_form: ^0.0.7

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:validation_form/validation_form.dart';
2
likes
135
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Reactive Forms heavily inspire this model-driven approach to handling form inputs and validations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

email_validator, equatable, flutter, flutter_bloc, phone_numbers_parser

More

Packages that depend on validation_form