ec_validations 0.0.4  ec_validations: ^0.0.4 copied to clipboard
ec_validations: ^0.0.4 copied to clipboard
A library for validating Ecuadorian identification documents (ID card and RUC).
Use this package as a library
Depend on it
Run this command:
With Dart:
 $ dart pub add ec_validationsWith Flutter:
 $ flutter pub add ec_validationsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
  ec_validations: ^0.0.4Alternatively, 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:ec_validations/ec_validations.dart';