{"id":32278027,"url":"https://github.com/gokhancvs/fancy_dio_inspector","last_synced_at":"2026-02-23T14:33:56.435Z","repository":{"id":165874032,"uuid":"641264264","full_name":"gokhancvs/fancy_dio_inspector","owner":"gokhancvs","description":"A HTTP inspector for Dio. It allows you to log \u0026 copy cURL of every request, response or error.","archived":false,"fork":false,"pushed_at":"2025-09-06T13:17:03.000Z","size":354,"stargazers_count":6,"open_issues_count":5,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T00:25:32.573Z","etag":null,"topics":["dio","flutter","inspector"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/fancy_dio_inspector","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/gokhancvs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-16T05:50:32.000Z","updated_at":"2025-05-06T05:17:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d9955c7-2e15-4719-82ad-082f1ec00740","html_url":"https://github.com/gokhancvs/fancy_dio_inspector","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/gokhancvs/fancy_dio_inspector","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokhancvs%2Ffancy_dio_inspector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokhancvs%2Ffancy_dio_inspector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokhancvs%2Ffancy_dio_inspector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokhancvs%2Ffancy_dio_inspector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gokhancvs","download_url":"https://codeload.github.com/gokhancvs/fancy_dio_inspector/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gokhancvs%2Ffancy_dio_inspector/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29745635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T07:44:07.782Z","status":"ssl_error","status_checked_at":"2026-02-23T07:44:07.432Z","response_time":90,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["dio","flutter","inspector"],"created_at":"2025-10-23T00:16:14.399Z","updated_at":"2026-02-23T14:33:56.429Z","avatar_url":"https://github.com/gokhancvs.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fancy Dio Inspector\n\nA [Dio](https://pub.dev/packages/dio) inspector that allows you to log \u0026 copy every request, response and error.\n\n[![pub package][pub_badge]][pub_badge_link]\n[![License: MIT][license_badge]][license_badge_link]\n\n\u003cimg src=\"https://raw.githubusercontent.com/gokhancvs/fancy_dio_inspector/main/assets/screenshots/screenshot_1.png\" height=\"500px\"\u003e\n\n---\n\n## Getting Started\n\nAdd dependency to your `pubspec.yaml` file.\n\n```dart\ndependencies:\n  fancy_dio_inspector: ^2.0.1\n```\n\n## Initialization\n\nAdd `FancyDioInterceptor` to your Dio instance in order to catch every request, response and error.\n\n```dart\nfinal dio = Dio();\n\ndio.interceptors.add(FancyDioInterceptor());\n```\n\n## Usage\n\nAdd `FancyDioInspectorView` to your widget tree.\n\n```dart\nclass MyApp extends StatelessWidget {\n  const MyApp({super.key});\n\n  @override\n  Widget build(BuildContext context) {\n    return const MaterialApp(\n      home: Scaffold(\n        endDrawer: kDebugMode ? FancyDioInspectorView() : null,\n        body: Center(child: Text('Hello World'),\n        ),\n      ),\n    );\n  }\n}\n```\n\n## Authors\n\n- [Gökhan Çavuş](https://github.com/gokhancvs)\n- [Yakup Emeksiz](https://github.com/yakupemeksiz)\n\n## Contributions\n\n- [Patrick Chrestin](https://github.com/PatrickChrestin)\n- [zhouyuzhouyu](https://github.com/zhouyuzhouyu)\n\n[pub_badge]: https://img.shields.io/pub/v/fancy_dio_inspector.svg\n[pub_badge_link]: https://pub.dartlang.org/packages/fancy_dio_inspector\n[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg\n[license_badge_link]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokhancvs%2Ffancy_dio_inspector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgokhancvs%2Ffancy_dio_inspector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgokhancvs%2Ffancy_dio_inspector/lists"}