{"id":13548402,"url":"https://github.com/themisir/flutter-network-logger","last_synced_at":"2025-10-23T06:51:21.405Z","repository":{"id":43806587,"uuid":"300079890","full_name":"themisir/flutter-network-logger","owner":"themisir","description":"Network logger with well designed user interface to inspect network traffic logs. Included with Dio interceptor.","archived":false,"fork":false,"pushed_at":"2023-05-21T18:46:18.000Z","size":349,"stargazers_count":25,"open_issues_count":1,"forks_count":23,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-24T13:45:13.798Z","etag":null,"topics":["dart","dio","flutter","flutter-logging","logging","traffic-monitoring"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/network_logger","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/themisir.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}},"created_at":"2020-09-30T22:36:08.000Z","updated_at":"2024-09-05T03:31:24.000Z","dependencies_parsed_at":"2024-06-26T11:29:39.064Z","dependency_job_id":null,"html_url":"https://github.com/themisir/flutter-network-logger","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/themisir/flutter-network-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themisir%2Fflutter-network-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themisir%2Fflutter-network-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themisir%2Fflutter-network-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themisir%2Fflutter-network-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/themisir","download_url":"https://codeload.github.com/themisir/flutter-network-logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/themisir%2Fflutter-network-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280577134,"owners_count":26354072,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dart","dio","flutter","flutter-logging","logging","traffic-monitoring"],"created_at":"2024-08-01T12:01:09.852Z","updated_at":"2025-10-23T06:51:21.375Z","avatar_url":"https://github.com/themisir.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# Network Logger\nNetwork logger with well designed user interface to inspect network traffic logs. Included with Dio interceptor. You can start and inspect traffic just by writing [2 lines](https://github.com/TheMisir/flutter-network-logger/blob/master/example/lib/main.dart#L30-L31) of code.\n\n## 📷 Screenshots\n\n|Log feed|Log details|\n|:-:|:-:|\n|\u003cimg width=\"200\" src=\"https://raw.githubusercontent.com/TheMisir/flutter-network-logger/master/screenshots/1.jpg\" /\u003e|\u003cimg width=\"200\" src=\"https://raw.githubusercontent.com/TheMisir/flutter-network-logger/master/screenshots/2.jpg\" /\u003e|\n\n## 🚀 Getting Started!\n\nYou are 3 steps ahead from viewing http traffic logs on well designed GUI.\n\n### 1. Install **network_logger**.\nCheck [this guide](https://pub.dev/packages/network_logger/install) to install **network_logger** to your flutter project.\n\n### 2. Add `DioNetworkLogger` interceptor to dio client.\n\n**network_logger** comes with [Dio](https://pub.dev/packages/dio) interceptor which will intercept traffic from Dio client. Other package implementations coming soon.\n\n```dart\nvar dio = Dio();\ndio.interceptors.add(DioNetworkLogger());\n```\n\n### 3. Attach network logger overlay button to UI.\n\nThe easiest way to access Network Logger UI is using `NetworkLoggerOverlay` which will display floating action button over all screens. You can also implement custom scenarios to open UI with different actions.\n\n```dart\n@override\nvoid initState() {\n  NetworkLoggerOverlay.attachTo(context);\n  super.initState();\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemisir%2Fflutter-network-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemisir%2Fflutter-network-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemisir%2Fflutter-network-logger/lists"}