Make Cancel-able HTTP Requests
Currently, when you press the Send Button, a request is sent and the UI waits for it to complete. In case no response is sent for a very long time (server might hang), there should be a provision to cancel the request instead of restarting the entire app.
Hi, may I work on this? @ashitaprasad
Sure @yashas-hm Please go ahead and send across a PR for this feature.
@ashitaprasad Solved Issue in PR #113
As @animator said that api dash is not planning to migrate to Dio, Unwired package can be used for cancelling requests. It is built on top of http requests.
If this is go ahead from the maintainers I can work on it.