{"id":32295143,"url":"https://github.com/werainkhatri/issue","last_synced_at":"2025-10-23T03:52:11.467Z","repository":{"id":61975923,"uuid":"548231499","full_name":"werainkhatri/issue","owner":"werainkhatri","description":"A tool to help cli package authors make raising issues like bug reports more interactive for their users.","archived":false,"fork":false,"pushed_at":"2022-10-18T23:49:56.000Z","size":47,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T14:02:02.255Z","etag":null,"topics":["cli","dart","issue"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/issue","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/werainkhatri.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}},"created_at":"2022-10-09T06:31:30.000Z","updated_at":"2022-10-18T19:01:01.000Z","dependencies_parsed_at":"2022-10-24T14:00:35.446Z","dependency_job_id":null,"html_url":"https://github.com/werainkhatri/issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/werainkhatri/issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werainkhatri%2Fissue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werainkhatri%2Fissue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werainkhatri%2Fissue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werainkhatri%2Fissue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/werainkhatri","download_url":"https://codeload.github.com/werainkhatri/issue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/werainkhatri%2Fissue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280557081,"owners_count":26350569,"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":["cli","dart","issue"],"created_at":"2025-10-23T03:52:10.643Z","updated_at":"2025-10-23T03:52:11.463Z","avatar_url":"https://github.com/werainkhatri.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). \n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages).\n--\u003e\n# issue\n\n[![pub package](https://img.shields.io/pub/v/issue.svg)](https://pub.dev/packages/issue)\n[![pub points](https://img.shields.io/pub/points/issue?color=2E8B57\u0026label=pub%20points)](https://pub.dev/packages/issue/score)\n\nA tool to help cli package authors make raising issues like bug reports more\ninteractive for their users.\n\n## Features\n\n- Interactive file based prompts for great UX.\n- Ability to break the issue body into separate customizable user-prompts.\n- Supports executing cli commands to collect system / project data, like `flutter doctor`.\n- Customizable Issue Tracker. Supports GitHub out-of-the-box (obviously).\n\n## Demo\n\nhttps://user-images.githubusercontent.com/44755140/195989524-01e523be-4b6d-4894-aa95-80bd5f162450.mp4\n\n## Usage\n\nRun `dart example/issue.dart` to experience `issue`, or checkout the following sample.\n\n```dart\nimport 'package:issue/issue.dart';\n\nvoid main(List\u003cString\u003e args) async {\n  IssueConfig config = IssueConfig(\n    template: FlutterBugReportIssueTemplate(\n      assignees: ['werainkhatri'],\n      labels: ['bug'],\n      giveCredits: true,\n    ),\n    tracker: GitHubIssueTracker(\n      organization: 'werainkhatri',\n      repository: 'issue',\n    ),\n  );\n\n  try {\n    await buildIssueAndOpen(config);\n  } on UserInterruptException catch (e) {\n    print(e);\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerainkhatri%2Fissue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwerainkhatri%2Fissue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwerainkhatri%2Fissue/lists"}