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.

example/main.dart

import 'package:clabe_dart/clabe_dart.dart';

main() {
  String VALID_CLABE = '002000000000000008';
  String INVALID_CLABE = '002000000000000007';

  print(validateClabe(VALID_CLABE));
  print(validateClabe(INVALID_CLABE));
  print(getBankName(VALID_CLABE));
}
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