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

CPF Util #

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

Usage #

final cpf = CPF();

cpf.generate() // This will generate 1 valid CPF
cpf.validate() // This will validate a given CPF (Must be a String)
cpf.format() // This will format a given CPF (Can be a String or List<int>)
3
likes
30
pub points
66%
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