- upgrade http to 1.0.0
- Add static setter for httpClient #4
- Fix cancel token not working #6
- Fix error that the type parameter should not nullable at Future.delayed
- Fix error that nvalid argument (onError)
- support null-safety
- add analysis_options.yaml
- public HttpClientHelper.httpClient, so that you can new client base on your case. dart:io =>IOClient dart:html=>BrowserClient
- add OnTimeout onTimeout parameter for all method
- add other method of http
- add timeLimit for timeout
- format code
- remove map to string for post
- make all http_client_helper darts as library http_client_helper
- Fix retries for retry helper.
- Handle map body.
- Upgrade Some Commments.
- Initial Open Source release.