via_cep_flutter library

Constants

CEP_SIZE → const int

Functions

fetchCepFromServices(String cepWithLeftPad) Future<Cep>
handleServicesError(Object aggregatedErrors) → void
leftPadWithZeros(String cep) String
readAddressByCep(String cepRawValue) Future<Cep>
Receive a CEP and return the address corresponding by that CEP
removeSpecialCharacters(String cepRawValue) String
throwApplicationError(Object e) → void
validateInputLength(String input) String