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

A powerful validation package designed to simplify and simplify form validation for Dart and Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add validify

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

dependencies:
  validify: ^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:validify/validify.dart';
1
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful validation package designed to simplify and simplify form validation for Dart and Flutter.

Repository (GitHub)
View/report issues
Contributing

Topics

#form #validation

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on validify