Better HTTP with Dio
The scenario in our projects where we must call an external API via HTTP is never missing.
To achieve this in Dart, we have the official package:http. This provides us with functions and classes that fulfill what is necessary to make these HTTP calls...
marcossevilla.dev7 min read