{"id":15089364,"url":"https://github.com/landamessenger/credits-builder","last_synced_at":"2026-01-05T03:35:45.281Z","repository":{"id":217124134,"uuid":"638584137","full_name":"landamessenger/credits-builder","owner":"landamessenger","description":"A simple package to generate a credit page of your dependencies. The best way to thank and appreciate the work of third party libraries.","archived":false,"fork":false,"pushed_at":"2024-02-19T08:47:11.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T10:08:38.700Z","etag":null,"topics":["builder","credits","dependencies","flutter","yml"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/credits_builder","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/landamessenger.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":"2023-05-09T16:56:47.000Z","updated_at":"2024-01-14T11:58:15.000Z","dependencies_parsed_at":"2024-01-14T18:37:35.976Z","dependency_job_id":"c69a3cd5-e6f1-48d2-ad1c-c63824f5bf93","html_url":"https://github.com/landamessenger/credits-builder","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"ca386b3ad2f2f26c60e518ff5ca5d609bb6b3d0f"},"previous_names":["landamessenger/credits-builder"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landamessenger%2Fcredits-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landamessenger%2Fcredits-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landamessenger%2Fcredits-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/landamessenger%2Fcredits-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/landamessenger","download_url":"https://codeload.github.com/landamessenger/credits-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244814877,"owners_count":20514843,"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":["builder","credits","dependencies","flutter","yml"],"created_at":"2024-09-25T08:45:14.885Z","updated_at":"2026-01-05T03:35:45.257Z","avatar_url":"https://github.com/landamessenger.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Credits builder\n\nA simple package to generate a credit page of your dependencies. The best way to thank and appreciate the work of third party libraries.\n\n## Configuration\n\nSetup the dependency:\n\n```yaml\ndependencies:\n  credits_builder: ^0.0.3                 # android   ios   linux   macos   web   windows\n\ncredits_builder:\n  outputFile: \"assets/dependencies.json\"  # default value\n```\n\n## Usage\n\n### Generate the dependencies file\n\nBy running this command you will create/update your dependencies file in the assets folder (`assets/dependencies.json`):\n\n```bash\ndart run credits_builder:start\n```\n\n### Runtime side\n\nBasic way to retrieve dependencies at runtime:\n\n```dart\nFuture\u003cList\u003cDependency\u003e\u003e getDependencies(BuildContext context) =\u003e\n      CreditsBuilder().config().get(context);\n```\n\nIf you defined a dependency file name different from the default you can retrieve the information like this:\n\n```dart\n Future\u003cList\u003cDependency\u003e\u003e getDependencies(BuildContext context) =\u003e\n    CreditsBuilder()\n        .config(\n          path: 'assets/other_file_name.json',\n        )\n        .get(context);\n```\n\nIf you want to preprocess the file information before using it (for example to deobfuscate the file with [Stringcare](https://github.com/StringCare/stringcare)) you can do it like this:\n\n```dart\n Future\u003cList\u003cDependency\u003e\u003e getDependencies(BuildContext context) =\u003e\n    CreditsBuilder()\n        .config(\n          process: (data) async =\u003e Stringcare().revealData(data) ?? data,\n        )\n        .get(context);\n```\n\n## Sample\n\nCheckout this sample: [https://landamessenger.com/credits](https://landamessenger.com/credits)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandamessenger%2Fcredits-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flandamessenger%2Fcredits-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flandamessenger%2Fcredits-builder/lists"}