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

### Request Statement `cronet_http` depends on Google Play Services There is a separate package called [cronet_http_embedded](https://pub.dev/packages/cronet_http_embedded) which has no such dependency, but is bigger in size ### Solution Brainstorm I'd...

s: feature
h: need extra help
p: native_dio_adapter
p: dependency

### Package dio_http2_adapter ### Version 2.2.0 ### Output of `flutter doctor -v` ```shell [✓] Flutter (Channel stable, 3.10.2, on macOS 13.4 22F66 darwin-arm64, locale en-UA) • Flutter version 3.10.2 on...

h: need extra help
h: need more info
s: bug
e: PR welcomed

### Request Statement I am trying to figure out Dio and CORS on web. Google is used here as an example, but it could be anything. Currently if you were...

s: feature
p: dio
e: PR welcomed
platform: web

### Request Statement We don't have a `CONTRIBUTING.md` or similar docs for people who want to contribute to the project. We should definitely have one. ### Solution Brainstorm The doc...

s: feature
e: documentation
e: good for newcomers
e: PR welcomed

An evaluation of how `DioException` can work with better stack traces that can be `catch`ed while still being aware of the cause and the stack trace of the cause. Related...

s: feature
p: dio

亲爱的 Dio 和 Flutter / Dart 社区成员们,大家好! 我是 dio 这个 package 的创建者和主要维护者 wendux。在过去的几年里,dio 一直为 Flutter 和 Dart 开发者提供了易用、稳定的网络请求库,而它在 pub.dev 上的喜欢数量也高达 5k+。感谢大家一直以来对这个库的喜爱和使用。 最近几年,Flutter 和 Dart 的变化非常快,加上我个人的时间不足,对 dio 的维护变得不够积极,很多新的 Issue 和 PR...

📢EXTRA ATTENTION

### Request Statement The examples (mostly the Flutter one) might not being well-formed, it can be cover our features as much as possible. ### Solution Brainstorm I wrote a inspect...

s: feature
e: PR welcomed

## Summary > The repo's ownership has been transferred to CFUG on 13th Feb 2023, all targets with `diox` have been migrated to `dio`. The proposal will be kept for...

📢EXTRA ATTENTION

### Package native_dio_adapter ### Version 0.1.0 ### Output of `flutter doctor -v` ```shell [✓] Flutter (Channel stable, 3.10.1, on macOS 13.4 22F66 darwin-arm64, locale en-UA) • Flutter version 3.10.1 on...

s: feature
h: need extra help
p: native_dio_adapter
p: dependency

### Request Statement When request for ServerSendEvent stream on TargetPlatform: Web, it response with a UnsupportedError: RawSocket constructor ```dart Stream requestForServerSendEventStream(String url, Map request, {required void Function(CancelData cancelData) onCancel}) {...

s: feature
p: dio
e: PR welcomed