auto_validate 3.0.6 copy "auto_validate: ^3.0.6" to clipboard
auto_validate: ^3.0.6 copied to clipboard

The Auto Validate package streamlines input validation by leveraging customizable regular expressions, allowing for efficient verification of various data formats.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add auto_validate

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

dependencies:
  auto_validate: ^3.0.6

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:auto_validate/auto_validate.dart';
58
likes
150
points
163
downloads

Publisher

unverified uploader

Weekly Downloads

The Auto Validate package streamlines input validation by leveraging customizable regular expressions, allowing for efficient verification of various data formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, freezed_annotation

More

Packages that depend on auto_validate