simple_form_validations 1.0.1 copy "simple_form_validations: ^1.0.1" to clipboard
simple_form_validations: ^1.0.1 copied to clipboard

Simple Form Validations is a Dart package that provides a collection of validators for common data validation scenarios.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_form_validations

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

dependencies:
  simple_form_validations: ^1.0.1

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:simple_form_validations/simple_form_validations.dart';
5
likes
160
points
26
downloads

Publisher

verified publisherhozefakhety.in

Weekly Downloads

Simple Form Validations is a Dart package that provides a collection of validators for common data validation scenarios.

Repository (GitHub)

Topics

#textfield #validations #form

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on simple_form_validations