leonardocaldas / flutter-cpf-cnpj-validator

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

Make this library Dart-pure #8

Closed comigor closed 2 years ago

comigor commented 3 years ago

There's no reason for this library to depend on Flutter (as it only uses dart:math) so I'm removing the hard dependency, and moving the test dependency to dev_dependencies.