Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 273 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 273 Bytes

Study of interceptors in Flutter

Two calls were created to the ViaCep api, https://viacep.com.br/, one using the HTTP package and the other using the Dio package.

Interceptors were created for both packages that are printing what was called at each stage of the request.