dio icon indicating copy to clipboard operation
dio copied to clipboard

A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapter...

Results 163 dio issues
Sort by recently updated
recently updated
newest added

### New Pull Request Checklist - [x] I have read the [Documentation](https://pub.dev/documentation/dio/latest/) - [x] I have searched for a similar pull request in the [project](https://github.com/cfug/dio/pulls) and found none - [x]...

### Package dio ### Version 5.4.3+1 ### Operating-System Android, iOS ### Adapter Default Dio ### Output of `flutter doctor -v` ```shell Running flutter doctor... Doctor summary (to see all details,...

h: need more info
h: need triage
s: bug

### Request Statement As Dart doc stated: ```dart /// Automatic redirect will only happen for "GET" and "HEAD" requests /// and only for the status codes [HttpStatus.movedPermanently] /// (301), [HttpStatus.found]...

s: feature