{"id":15442273,"url":"https://github.com/benthillerkus/debug_hit_points","last_synced_at":"2026-01-20T06:33:30.175Z","repository":{"id":257801698,"uuid":"863603399","full_name":"benthillerkus/debug_hit_points","owner":"benthillerkus","description":"Visually debug where a Widget can be tapped","archived":false,"fork":false,"pushed_at":"2024-09-26T17:15:34.000Z","size":66,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T21:44:59.485Z","etag":null,"topics":["debug","flutter","hit-testing"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/debug_hit_points","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benthillerkus.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":"2024-09-26T15:22:42.000Z","updated_at":"2024-09-26T17:15:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1d20b23-edd6-4d7b-98c8-4e70901b0d3c","html_url":"https://github.com/benthillerkus/debug_hit_points","commit_stats":null,"previous_names":["benthillerkus/debug_hit_points"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benthillerkus/debug_hit_points","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2Fdebug_hit_points","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2Fdebug_hit_points/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2Fdebug_hit_points/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2Fdebug_hit_points/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benthillerkus","download_url":"https://codeload.github.com/benthillerkus/debug_hit_points/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthillerkus%2Fdebug_hit_points/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28597640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["debug","flutter","hit-testing"],"created_at":"2024-10-01T19:26:10.263Z","updated_at":"2026-01-20T06:33:30.171Z","avatar_url":"https://github.com/benthillerkus.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ever wondered why your custom slider doesn't register all taps? Or maybe it seems you can tap everywhere, even though your button should be much smaller?\u003cbr\u003e\n`package:debug_hit_points` renders a dot matrix on top of your Widget, displaying exactly where hit tests succeed.\n\n![Example](https://raw.githubusercontent.com/benthillerkus/debug_hit_points/main/screenshot.webp)\n\n## Features\n\n- Can be wrapped around any Box widget\n- Per default disabled in non-debug builds\n- Point grid resolution, color and point size can be customized\n- Try different `HitTestBehavior` modes\n\n## Getting started\n\nIn your `pubspec.yaml` add:\n\n```yaml\ndependencies:\n  debug_hit_points: ^1.0.0\n```\n\nor run\n\n```bash\nflutter pub add debug_hit_points\n```\n\n## Usage\n\nImport the package\n```dart\nimport 'package:debug_hit_points/debug_hit_points.dart';\n```\n\nAnd wrap your widget with `DebugHitPoints`\n```dart\nScaffold(\n  body: DebugHitPoints(\n    color: Colors.red,\n    resolution: 10,\n    child: FlutterLogo(),\n  ),\n)\n```\n\n## Additional information\n\nIf you run into any issues or have some suggestions, please open an issue on [GitHub](https://github.com/benthillerkus/debug_hit_points/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthillerkus%2Fdebug_hit_points","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenthillerkus%2Fdebug_hit_points","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthillerkus%2Fdebug_hit_points/lists"}