br_validators 2.0.4
br_validators: ^2.0.4 copied to clipboard
BRValidators fornece funções para validação e formatação (máscaras) de dados comuns no Brasil, como CPF, CNPJ, PIS/PASEP, CEP, telefones e CNH.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add br_validatorsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
br_validators: ^2.0.4Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:br_validators/br_validators.dart';