Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cfug/dio
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 adapters, etc.
https://github.com/cfug/dio
adapter cancellable dart dio flutter http interceptor middleware network timeout transformer
Last synced: 3 days ago
JSON representation
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 adapters, etc.
- Host: GitHub
- URL: https://github.com/cfug/dio
- Owner: cfug
- License: mit
- Created: 2018-04-20T04:33:43.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T22:53:25.000Z (15 days ago)
- Last Synced: 2024-12-02T07:01:52.829Z (10 days ago)
- Topics: adapter, cancellable, dart, dio, flutter, http, interceptor, middleware, network, timeout, transformer
- Language: Dart
- Homepage: https://dio.pub
- Size: 4.44 MB
- Stars: 12,521
- Watchers: 167
- Forks: 1,513
- Open Issues: 38
-
Metadata Files:
- Readme: README-ZH.md
- Contributing: CONTRIBUTING-ZH.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-github-star - dio
- StarryDivineSky - cfug/dio
README
# dio
Language: [English](README.md) | 简体中文
此处是 **dio** 项目的基础仓库。请前往项目各自的路径查看指引。
> 别忘了为你发布的与 dio 相关的 package 添加
> [#dio](https://pub.flutter-io.cn/packages?q=topic%3Adio) 分类标签!
> 了解更多:https://dart.cn/tools/pub/pubspec#topics## 版本问题
**在你更新之前:大版本和次要版本可能会包含不兼容的重大改动。
请阅读 [迁移指南][] 了解完整的重大变更内容。**想要了解我们的兼容性政策,请参阅 [兼容性政策][]文档。
[迁移指南]: https://pub.flutter-io.cn/documentation/dio/latest/topics/Migration%20Guide-topic.html
[兼容性政策]: COMPATIBILITY_POLICY.md## 所有依赖
### dio
- dio: [链接](dio)
[![Pub](https://img.shields.io/pub/v/dio.svg?label=dev&include_prereleases)](https://pub.flutter-io.cn/packages/dio)### 插件
- cookie_manager: [链接](plugins/cookie_manager)
[![Pub](https://img.shields.io/pub/v/dio_cookie_manager.svg?label=dev&include_prereleases)](https://pub.flutter-io.cn/packages/dio_cookie_manager)
- compatibility_layer: [链接](plugins/compatibility_layer)
[![Pub](https://img.shields.io/pub/v/dio_compatibility_layer.svg?label=dev&include_prereleases)](https://pub.flutter-io.cn/packages/dio_compatibility_layer)
- http2_adapter: [链接](plugins/http2_adapter)
[![Pub](https://img.shields.io/pub/v/dio_http2_adapter.svg?label=dev&include_prereleases)](https://pub.flutter-io.cn/packages/dio_http2_adapter)
- native_dio_adapter: [链接](plugins/native_dio_adapter)
[![Pub](https://img.shields.io/pub/v/native_dio_adapter.svg?label=dev&include_prereleases)](https://pub.dev/packages/native_dio_adapter)
- web_adapter: [链接](plugins/web_adapter)
[![Pub](https://img.shields.io/pub/v/dio_web_adapter.svg?label=dev&include_prereleases)](https://pub.dev/packages/dio_web_adapter)### 示例
- example: [链接](example_dart)
- example_flutter_app: [链接](example_flutter_app)## 版权 & 协议
该项目由 [@flutterchina](https://github.com/flutterchina)
开源组织的 [@wendux](https://github.com/wendux) 创作,
并在 2023 年转移至
[Flutter 中文社区 (@cfug)](https://github.com/cfug) 组织进行维护。该项目遵循 [MIT 开源协议](LICENSE)。