leonardocaldas / flutter-cpf-cnpj-validator

A lib to validate CPF and CNPJ numbers.
MIT License
57 stars 17 forks source link

Valid CPFs being declined #4

Closed willianocarvalho closed 4 years ago

willianocarvalho commented 4 years ago

012.849.332-10 036.068.160-30

isorensen commented 4 years ago

@willianocarvalho , I ran a unit test and both these cpf numbers returned valid:

image

Maybe you should put here your usage example, since there might be an error in your code.

gussouzauni commented 4 years ago

thanks for contributing @isorensen

leonardocaldas commented 4 years ago

@willianocarvalho I'll be closing this issue since it was already confirmed that the lib is giving the correct results.