form_guard 0.0.1 copy "form_guard: ^0.0.1" to clipboard
form_guard: ^0.0.1 copied to clipboard

A lightweight and customizable Dart form validation package for email, passwords, required fields, length checks, matching values, and more.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add form_guard

With Flutter:

 $ flutter pub add form_guard

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

dependencies:
  form_guard: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:form_guard/form_guard.dart';
1
likes
145
points
119
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight and customizable Dart form validation package for email, passwords, required fields, length checks, matching values, and more.

Repository (GitHub)

License

MIT (license)

More

Packages that depend on form_guard