clabe_dart 1.1.0 copy "clabe_dart: ^1.1.0" to clipboard
clabe_dart: ^1.1.0 copied to clipboard

outdated

Validate a CLABE (Clave Bancaria Estandarizada), calculate the control digit and get the name of the bank.

Build Status Coverage Status

Requerimientos #

Dart 2.1.0 o superior.

Uso básico #

Obtener el dígito de control de un número CLABE

import 'package:clabe_dart/clabe_dart.dart';

main() {
  computeControlDigit('03218000011835971');
}

Para validar si un número CLABE es válido

import 'package:clabe_dart/clabe_dart.dart';

main() {
  validateClabe('03218000011835971');
}

Para obtener el banco a partir de 3 dígitos

import 'package:clabe_dart/clabe_dart.dart';

main() {
  getBankName('002');
}
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Validate a CLABE (Clave Bancaria Estandarizada), calculate the control digit and get the name of the bank.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on clabe_dart