auto_validate 3.0.8 copy "auto_validate: ^3.0.8" to clipboard
auto_validate: ^3.0.8 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
copied to clipboard

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.8
copied to clipboard

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';
copied to clipboard
60
likes
160
points
169
downloads

Publisher

unverified uploader

Weekly Downloads

2024.12.08 - 2025.11.02

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

More

Packages that depend on auto_validate