Skip to content

Commit

Permalink
Merge pull request #101 from andersonmmendes/master
Browse files Browse the repository at this point in the history
Alteradas as descrições das funções no README
  • Loading branch information
rubensdemelo authored Dec 17, 2024
2 parents 55761c9 + 0391a26 commit 41a8f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ Métodos que facilitam manipular valores:
- `UtilBrasilFields.removeCaracteres` (remove caracteres especiais)
- `UtilBrasilFields.removerSimboloMoeda` (remove o R$)
- `UtilBrasilFields.converterMoedaParaDouble` (remove o R$ e retorna um double)
- `UtilBrasilFields.isCPFValido` (remove o R$ e retorna um double)
- `UtilBrasilFields.isCNPJValido` (remove o R$ e retorna um double)
- `UtilBrasilFields.isCPFValido` (retorna `true` se o CPF for válido, caso contrário, retorna `false`)
- `UtilBrasilFields.isCNPJValido` (retorna `true` se o CNPJ for válido, caso contrário, retorna `false`)

Para inicializar um `TextEditingController` com o texto já formatado, basta escolher o método com o formato desejado e setar no atributo `text`:

Expand Down

0 comments on commit 41a8f47

Please sign in to comment.