isoos / http_client

https://pub.dartlang.org/packages/http_client
BSD 3-Clause "New" or "Revised" License
13 stars 6 forks source link

Fix problems after Null-Safety Migration and add some improvements #14

Closed andresruizdev closed 1 year ago

andresruizdev commented 1 year ago

In this pull request, I address the issue found in CurlClient after migrating to Null-Safety and make a series of improvements to the class to support Headers and more request methods using Curl. The main changes made are:

isoos commented 1 year ago

published