validator_kit 0.0.5 copy "validator_kit: ^0.0.5" to clipboard
validator_kit: ^0.0.5 copied to clipboard

A lightweight, reusable, and extensible Flutter form validation package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validator_kit

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

dependencies:
  validator_kit: ^0.0.5

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:validator_kit/validator_kit.dart';
4
likes
160
points
192
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, reusable, and extensible Flutter form validation package.

Repository (GitHub)
View/report issues

Topics

#validation #flutter #form #validator

License

MIT (license)

Dependencies

flutter

More

Packages that depend on validator_kit