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

![image](https://user-images.githubusercontent.com/23555850/174578767-13ab79ca-f333-4431-997b-647b34b2e000.png) 这个请求是好使的 但是我用dios就报错 ![image](https://user-images.githubusercontent.com/23555850/174579020-91598152-a881-4b45-afd8-134fae2f1c05.png) 是什么问题呢?

### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | | ------------------------------...

docs link to https://github.com/flutterchina/dio/blob/develop/example/queued_interceptor_crsftoken.dart which is 404, says 'Full codes here" under interceptors

### New Issue Checklist - [x] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | | ------------------------------...

can't download with DioMixin, is this api unusable? ![1656557817694](https://user-images.githubusercontent.com/44568922/176583222-e172240e-e541-441c-a869-0ceeb31267cf.jpg) ![WX20220630-105550](https://user-images.githubusercontent.com/44568922/176583462-3a6c0a3c-2086-4ac8-b1ef-8c3794583214.png) ![WX20220630-105612](https://user-images.githubusercontent.com/44568922/176583470-525bc91b-956e-4edf-858f-44aa35c0488d.png)

Interceptor have no effect on dio error when you cancel request. **version**: 4.0.6 **Example** ``` class ErrorInterceptor extends Interceptor { @override void onError(DioError err, ErrorInterceptorHandler handler) { if (err.type ==...

### New Issue Checklist - [ ] I have searched for a similar issue in the [project](https://github.com/flutterchina/dio/issues) and found none ### Issue Info | Info | Value | | |...

I recently built my app for android from my office computer, though the code is synchronised through git. When I built the app, suddenly all the API calls are not...

Since I migrated from http to Dio, I noticed receiving duplicate requests. The question: Does Dio hold the request in queue even when it fails? Let's say I did http...