easy_forms_validation 0.3.0 copy "easy_forms_validation: ^0.3.0" to clipboard
easy_forms_validation: ^0.3.0 copied to clipboard

A Dart library that provides a mixin for form validation logic, allowing for easy validation of form data and management of form field validation state.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add easy_forms_validation

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

dependencies:
  easy_forms_validation: ^0.3.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:easy_forms_validation/easy_forms_validation.dart';
0
likes
160
pub points
4%
popularity

Publisher

unverified uploader

A Dart library that provides a mixin for form validation logic, allowing for easy validation of form data and management of form field validation state.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on easy_forms_validation