commons_validator 0.1.0 copy "commons_validator: ^0.1.0" to clipboard
commons_validator: ^0.1.0 copied to clipboard

A Dart port of the Apache Commons Validator routines - email, URL, domain, IP, IBAN, ISBN, ISIN, ISSN, credit card, check digit, number and date validators.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add commons_validator

With Flutter:

 $ flutter pub add commons_validator

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

dependencies:
  commons_validator: ^0.1.0

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

Documentation

API reference

Publisher

verified publisherabaxoft.com

A Dart port of the Apache Commons Validator routines - email, URL, domain, IP, IBAN, ISBN, ISIN, ISSN, credit card, check digit, number and date validators.

Repository (GitHub)
View/report issues

Topics

#validation #validator #email #iban #check-digit

License

Apache-2.0 (license)

Dependencies

decimal, intl, unorm_dart

More

Packages that depend on commons_validator