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

A Dart-only validator package for common form fields like email, password, phone, etc.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add forms_helper

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

dependencies:
  forms_helper: ^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:forms_helper/form_helper.dart';
2
likes
135
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart-only validator package for common form fields like email, password, phone, etc.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on forms_helper