{"id":20789241,"url":"https://github.com/instabug/instabug-dart-http-adapter","last_synced_at":"2025-05-05T19:20:25.786Z","repository":{"id":42188330,"uuid":"195069082","full_name":"Instabug/Instabug-Dart-http-Adapter","owner":"Instabug","description":"An adapter for Dart's http package for use with Instabug.","archived":false,"fork":false,"pushed_at":"2025-04-21T13:47:20.000Z","size":127,"stargazers_count":1,"open_issues_count":2,"forks_count":10,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-04-21T14:52:01.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Instabug.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}},"created_at":"2019-07-03T14:20:15.000Z","updated_at":"2024-11-18T14:35:43.000Z","dependencies_parsed_at":"2024-01-31T14:49:53.668Z","dependency_job_id":"f4698d0e-b20f-43ca-84d4-56c713031a9e","html_url":"https://github.com/Instabug/Instabug-Dart-http-Adapter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2FInstabug-Dart-http-Adapter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2FInstabug-Dart-http-Adapter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2FInstabug-Dart-http-Adapter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Instabug%2FInstabug-Dart-http-Adapter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Instabug","download_url":"https://codeload.github.com/Instabug/Instabug-Dart-http-Adapter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252561063,"owners_count":21768063,"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":[],"created_at":"2024-11-17T15:21:30.863Z","updated_at":"2025-05-05T19:20:25.755Z","avatar_url":"https://github.com/Instabug.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# instabug_http_client\n\nA dart package to support Instabug network logging for the external dart [http](https://pub.dev/packages/http) package.\n\n## Getting Started\n\nYou can choose to attach all your network requests data to the Instabug reports being sent to the dashboard. See the details below on how to enable the feature for the `http` package.\n\n### Installation\n\n1. Add the dependency to your project `pubspec.yml`:\n\n```yaml\ndependencies:\n  instabug_http_client:\n```\n\n2. Install the package by running the following command.\n\n```bash\nflutter packages get\n```\n\n### Usage\n\nTo enable logging, use the custom http client provided by Instabug:\n\n```dart\nfinal client = InstabugHttpClient();\n```\n\nThen proceed to use the package normally:\n\n```dart\nfinal response = await client.get(Uri.parse(URL));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstabug%2Finstabug-dart-http-adapter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finstabug%2Finstabug-dart-http-adapter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finstabug%2Finstabug-dart-http-adapter/lists"}