{"id":15472933,"url":"https://github.com/kevmoo/build_verify","last_synced_at":"2025-04-05T16:09:22.824Z","repository":{"id":33023651,"uuid":"147032148","full_name":"kevmoo/build_verify","owner":"kevmoo","description":"A Dart package to verify that the build is up-to-date with respect to a git repository","archived":false,"fork":false,"pushed_at":"2025-03-02T20:12:52.000Z","size":93,"stargazers_count":55,"open_issues_count":3,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-29T15:09:13.709Z","etag":null,"topics":["build","dart","dart-build-system","testing"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/build_verify","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/kevmoo.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":"2018-09-01T20:53:27.000Z","updated_at":"2025-03-02T20:12:54.000Z","dependencies_parsed_at":"2025-02-03T14:10:26.998Z","dependency_job_id":"6b2943a4-856f-4539-b04e-3c9058a4f2e6","html_url":"https://github.com/kevmoo/build_verify","commit_stats":{"total_commits":70,"total_committers":4,"mean_commits":17.5,"dds":0.6285714285714286,"last_synced_commit":"545283bb15ca15bf42f75ceaf9e515d22a63d2df"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fbuild_verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fbuild_verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fbuild_verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevmoo%2Fbuild_verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevmoo","download_url":"https://codeload.github.com/kevmoo/build_verify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247361691,"owners_count":20926643,"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":["build","dart","dart-build-system","testing"],"created_at":"2024-10-02T02:41:46.462Z","updated_at":"2025-04-05T16:09:22.789Z","avatar_url":"https://github.com/kevmoo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Pub](https://img.shields.io/pub/v/build_verify.svg)](https://pub.dev/packages/build_verify)\n\nTest utility to ensure generated Dart code within a package is up-to-date\nwhen using `package:build`.\n\n### Usage\n\nAssuming your package is already configured to use `package:build_runner` –\n`pub run build_runner build` succeeds – then simply add a unit test to the\ntest directory.\n\nFor example: `test/ensure_build_test.dart` containing:\n\n```dart\nimport 'package:build_verify/build_verify.dart';\nimport 'package:test/test.dart';\n\nvoid main() {\n  test('ensure_build', expectBuildClean);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmoo%2Fbuild_verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevmoo%2Fbuild_verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevmoo%2Fbuild_verify/lists"}