via_cep_flutter 0.2.2
via_cep_flutter: ^0.2.2 copied to clipboard
Pacote para fazer uso da API ViaCEP em Flutter
CHANGES #
0.2.2 #
-
Added more text to the
README.mdfile, telling how to handle possible errors. -
Added more documentation to the code
-
Fixed
UNHANDLE EXCEPTIONbug. Now even if the Cep is invalid, the code will still run. -
Now instead of return a
Cep,readAddressByCepreturns aMap<String, dynamic> -
Some other changes to the code...
0.1.2 #
- Removed text from the
README.mdfile that was from the original repository - Fixed a error in the example code.
0.1.1 #
Few changes to the README.md file.
0.0.1 #
Initial release. Added ViaCepFlutter with support to null-safety.