catalogmx 0.4.0
catalogmx: ^0.4.0 copied to clipboard
Enterprise-grade Mexican data validation and official catalog library for Flutter/Dart - RFC, CURP, CLABE, NSS validators and 58+ government catalogs with 470K+ records
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add catalogmxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
catalogmx: ^0.4.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:catalogmx/catalogmx.dart';