validati10 2.0.1
validati10: ^2.0.1 copied to clipboard
A comprehensive validator package for data formats including phone numbers, FIN codes, vehicle plates, and postal codes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add validati10With Flutter:
$ flutter pub add validati10This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
validati10: ^2.0.1Alternatively, 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:validati10/validati10.dart';