{"id":13552050,"url":"https://github.com/cfug/dio","last_synced_at":"2025-05-12T16:19:08.012Z","repository":{"id":37430866,"uuid":"130309267","full_name":"cfug/dio","owner":"cfug","description":"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.","archived":false,"fork":false,"pushed_at":"2025-03-26T01:59:24.000Z","size":4794,"stargazers_count":12638,"open_issues_count":34,"forks_count":1529,"subscribers_count":166,"default_branch":"main","last_synced_at":"2025-05-12T16:18:57.343Z","etag":null,"topics":["adapter","cancellable","dart","dio","flutter","http","interceptor","middleware","network","timeout","transformer"],"latest_commit_sha":null,"homepage":"https://dio.pub","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cfug.png","metadata":{"files":{"readme":"README-ZH.md","changelog":null,"contributing":"CONTRIBUTING-ZH.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["AlexV525","kuhnroyal"]}},"created_at":"2018-04-20T04:33:43.000Z","updated_at":"2025-05-12T03:16:05.000Z","dependencies_parsed_at":"2023-02-06T08:45:34.646Z","dependency_job_id":"516fd25a-bced-4cec-8619-398134ea3163","html_url":"https://github.com/cfug/dio","commit_stats":{"total_commits":674,"total_committers":127,"mean_commits":5.307086614173229,"dds":0.7537091988130564,"last_synced_commit":"5c5a926a59ad00da309a6d3153efa66ffdcb2390"},"previous_names":["flutterchina/dio"],"tags_count":82,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfug%2Fdio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfug%2Fdio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfug%2Fdio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cfug%2Fdio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cfug","download_url":"https://codeload.github.com/cfug/dio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253774593,"owners_count":21962199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adapter","cancellable","dart","dio","flutter","http","interceptor","middleware","network","timeout","transformer"],"created_at":"2024-08-01T12:01:58.179Z","updated_at":"2025-05-12T16:19:07.991Z","avatar_url":"https://github.com/cfug.png","language":"Dart","readme":"# dio\n\nLanguage: [English](README.md) | 简体中文\n\n此处是 **dio** 项目的基础仓库。请前往项目各自的路径查看指引。\n\n\u003e 别忘了为你发布的与 dio 相关的 package 添加\n\u003e [#dio](https://pub.flutter-io.cn/packages?q=topic%3Adio) 分类标签！\n\u003e 了解更多：https://dart.cn/tools/pub/pubspec#topics\n\n## 版本问题\n\n**在你更新之前：大版本和次要版本可能会包含不兼容的重大改动。\u003cbr/\u003e\n请阅读 [迁移指南][] 了解完整的重大变更内容。**\n\n想要了解我们的兼容性政策，请参阅 [兼容性政策][]文档。\n\n[迁移指南]: https://pub.flutter-io.cn/documentation/dio/latest/topics/Migration%20Guide-topic.html\n[兼容性政策]: COMPATIBILITY_POLICY.md\n\n## 所有依赖\n\n### dio\n\n- dio: [链接](dio)\n  [![Pub](https://img.shields.io/pub/v/dio.svg?label=dev\u0026include_prereleases)](https://pub.flutter-io.cn/packages/dio)\n\n### 插件\n\n- cookie_manager: [链接](plugins/cookie_manager)\n  [![Pub](https://img.shields.io/pub/v/dio_cookie_manager.svg?label=dev\u0026include_prereleases)](https://pub.flutter-io.cn/packages/dio_cookie_manager)\n- compatibility_layer: [链接](plugins/compatibility_layer)\n  [![Pub](https://img.shields.io/pub/v/dio_compatibility_layer.svg?label=dev\u0026include_prereleases)](https://pub.flutter-io.cn/packages/dio_compatibility_layer)\n- http2_adapter: [链接](plugins/http2_adapter)\n  [![Pub](https://img.shields.io/pub/v/dio_http2_adapter.svg?label=dev\u0026include_prereleases)](https://pub.flutter-io.cn/packages/dio_http2_adapter)\n- native_dio_adapter: [链接](plugins/native_dio_adapter)\n  [![Pub](https://img.shields.io/pub/v/native_dio_adapter.svg?label=dev\u0026include_prereleases)](https://pub.dev/packages/native_dio_adapter)\n- web_adapter: [链接](plugins/web_adapter)\n  [![Pub](https://img.shields.io/pub/v/dio_web_adapter.svg?label=dev\u0026include_prereleases)](https://pub.dev/packages/dio_web_adapter)\n\n### 示例\n\n- example: [链接](example_dart)\n- example_flutter_app: [链接](example_flutter_app)\n\n## 版权 \u0026 协议\n\n该项目由 [@flutterchina](https://github.com/flutterchina)\n开源组织的 [@wendux](https://github.com/wendux) 创作，\n并在 2023 年转移至\n[Flutter 中文社区 (@cfug)](https://github.com/cfug) 组织进行维护。\n\n该项目遵循 [MIT 开源协议](LICENSE)。\n","funding_links":["https://github.com/sponsors/AlexV525","https://github.com/sponsors/kuhnroyal"],"categories":["Dart","Flutter 程序"],"sub_categories":["网络服务_其他"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfug%2Fdio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcfug%2Fdio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcfug%2Fdio/lists"}