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 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 | | |...

### Issue Info | Info | Value | | | ------------------------------ | ----------------------------------------------------- | ---- | | Platform Name | flutter / android | | | Platform Version | 2.2.3...

bug

### Issue Info | Info | Value | | | ------------------------------ | ----------------------------------------------------- | ---- | | Platform Name | flutter web, chrome | | | Platform Version | Channel...

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...

dependencies

### 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 | | | ------------------------------...

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

This PR make the ResponseDecoder return nullable String In options.dart: ```dart typedef ResponseDecoder = String Function( List responseBytes, RequestOptions options, ResponseBody responseBody); ``` The usage of this function: src/transformer.dart ```dart...

### New Pull Request Checklist - [X] I have read the [Documentation](https://pub.dartlang.org/packages/dio) - [X] I have searched for a similar pull request in the [project](https://github.com/flutterchina/dio/pulls) and found none - [X]...

Firstly i want to say POST method working well, but i have issues with PUT/ PATCH method. My problem is not send data to my backend but it send ```data...

I'm currently integrating Dio interceptor with Firebase Analitycs. I wanted to include the information about request+response size in the event, but I'm pretty sure it's not supported. I'll be using...