commons_validator 0.1.0
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_validatorWith Flutter:
$ flutter pub add commons_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
commons_validator: ^0.1.0Alternatively, 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';