input_validator 0.0.3 copy "input_validator: ^0.0.3" to clipboard
input_validator: ^0.0.3 copied to clipboard

Form validation made easy. Validate input data in an elegant way. Easley handles big form with form builder.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_validator

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

dependencies:
  input_validator: ^0.0.3

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:input_validator/input_validator.dart';
10
likes
160
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Form validation made easy. Validate input data in an elegant way. Easley handles big form with form builder.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on input_validator