Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gumbarros/brazil.dart
Function-oriented library for generating, validating, and formatting values such as CPF and CNPJ. It also contains some utilities like CEP lookup.
https://github.com/gumbarros/brazil.dart
brasil cep cnpj cpf dart dartlang
Last synced: about 7 hours ago
JSON representation
Function-oriented library for generating, validating, and formatting values such as CPF and CNPJ. It also contains some utilities like CEP lookup.
- Host: GitHub
- URL: https://github.com/gumbarros/brazil.dart
- Owner: gumbarros
- License: mit
- Created: 2022-10-22T21:12:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-15T13:49:55.000Z (almost 2 years ago)
- Last Synced: 2023-08-09T13:53:26.805Z (over 1 year ago)
- Topics: brasil, cep, cnpj, cpf, dart, dartlang
- Language: Dart
- Homepage: https://pub.dev/packages/brazil
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![image](https://user-images.githubusercontent.com/52143624/197362764-47dc5128-d14f-4575-a643-26aa4f6d9281.png)
Function-oriented library for generating, validating, and formatting values such as CPF and CNPJ. It also contains some utilities like CEP lookup.
## Features
- Generation, formatting and validation of CPF and CNPJ strings
- Constants with useful values like a `Map` of all brazilian states
- CEP lookup using the ViaCEP webservice
## Getting Started### Flutter
```sh
flutter pub add brazil
```
### Dart
```sh
dart pub add brazil
```
## UsageSee [brazil_example.dart](https://pub.dev/packages/brazil/example)