This project is an implementation that allow developers to encapsulate their own usage of a http client. The main objective of this project is to create a package that provide http client encapsulated [...]
This project is an implementation that allow developers to encapsulate their own usage of a http client. The main objective of this project is to create a package that provide http client encapsulated and by doing this allow developers to use it in many apps rather than create their own encapsulation for each project. For now, the package supports only Dart http client, however, other clients could be supported in the future, por instance, the Dio http client.