cpf_util 0.0.1 copy "cpf_util: ^0.0.1" to clipboard
cpf_util: ^0.0.1 copied to clipboard

outdated

A lib to generate, validate and format Brazilian's CPF

example/cpf_util_example.dart

import 'package:cpf_util/cpf_util.dart';

void main() {
  final cpf = CPF();

  cpf.generate(); // This will generate 1 valid CPF
  cpf.validate('352.753.028-27'); // This will validate a given CPF (Must be a String)
  cpf.format('35275302827'); // This will format a given CPF (Can be a String or List<int>)
}
3
likes
30
pub points
65%
popularity

Publisher

unverified uploader

A lib to generate, validate and format Brazilian's CPF

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_test

More

Packages that depend on cpf_util