{"id":20340899,"url":"https://github.com/leancodepl/dart-problem-matcher","last_synced_at":"2025-07-11T11:33:03.082Z","repository":{"id":64005775,"uuid":"572459968","full_name":"leancodepl/dart-problem-matcher","owner":"leancodepl","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-30T12:01:30.000Z","size":155,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-07T09:44:13.815Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leancodepl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-30T10:20:47.000Z","updated_at":"2025-05-28T13:46:19.000Z","dependencies_parsed_at":"2023-01-14T18:30:55.964Z","dependency_job_id":null,"html_url":"https://github.com/leancodepl/dart-problem-matcher","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"db2c48534f89233ae58cb81a45ebc8fd21d90bff"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/leancodepl/dart-problem-matcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leancodepl%2Fdart-problem-matcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leancodepl%2Fdart-problem-matcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leancodepl%2Fdart-problem-matcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leancodepl%2Fdart-problem-matcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leancodepl","download_url":"https://codeload.github.com/leancodepl/dart-problem-matcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leancodepl%2Fdart-problem-matcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264795402,"owners_count":23665231,"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-14T21:24:35.970Z","updated_at":"2025-07-11T11:33:03.036Z","avatar_url":"https://github.com/leancodepl.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dart-problem-matcher\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/leancodepl/dart-problem-matcher)\n\nA GitHub Action that annotates your Dart (or Flutter) analyzer warnings and errors and helps you spot them right in the code.\n\n![Two warning annotations for \"Sort directive sections alphabetically\" shown right in the Pull Request's Files changed tab.](screenshot.png)\n\n## Usage\n\nSimply add the step somewhere above your `dart/flutter analyze` in your steps list in GitHub Workflow:\n\n```yaml\njobs:\n  test:\n    steps:\n      - uses: leancodepl/dart-problem-matcher@main\n\n      - run: dart analyze # or flutter analyze\n      # other steps...\n```\n\n## Known limitations\n\n* [GitHub Problem Matchers](https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md) allow only up to 10 warning and 10 error annotations per step.\n* Only analyzer's `warning` and `error` severity problems will be annotated, `info` will be not.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleancodepl%2Fdart-problem-matcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleancodepl%2Fdart-problem-matcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleancodepl%2Fdart-problem-matcher/lists"}