{"id":16638265,"url":"https://github.com/sameeerkashyap/flutter_gitgraph","last_synced_at":"2026-01-11T04:47:48.726Z","repository":{"id":54283746,"uuid":"337782913","full_name":"Sameerkash/flutter_gitgraph","owner":"Sameerkash","description":" A flutter package to display a git graph chart  🌊","archived":false,"fork":false,"pushed_at":"2021-02-26T18:54:17.000Z","size":123,"stargazers_count":2,"open_issues_count":4,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T07:22:37.796Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/Sameerkash.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-10T16:28:11.000Z","updated_at":"2024-02-03T17:36:01.000Z","dependencies_parsed_at":"2022-08-13T11:00:17.997Z","dependency_job_id":null,"html_url":"https://github.com/Sameerkash/flutter_gitgraph","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sameerkash%2Fflutter_gitgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sameerkash%2Fflutter_gitgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sameerkash%2Fflutter_gitgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sameerkash%2Fflutter_gitgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sameerkash","download_url":"https://codeload.github.com/Sameerkash/flutter_gitgraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238945669,"owners_count":19556700,"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-10-12T06:44:06.497Z","updated_at":"2025-10-30T08:31:06.467Z","avatar_url":"https://github.com/Sameerkash.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_gitgraph\n\nA Flutter library to easily visualize shiny Git Graphs.\n\n![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg)\n\n## Getting started\n\nAdd as a dependency\n\n```yaml\ndependencies:\n  flutter_gitgraph: latest_version\n```\n\nDeclare a list of commits\n\n```dart\nconst COMMIT_DATA = [\n  {'id': 'cmt_1', 'name': 'h45edf'},\n  {'id': 'cmt_2', 'name': 'ed3sdf', 'prev': 'cmt_1'},\n  {'id': 'cmt_3', 'name': 'asd32n', 'prev': 'cmt_2'},\n  {'id': 'cmt_4', 'name': 'bsh32j', 'prev': 'cmt_3'},\n  {'id': 'cmt_5', 'name': 'f3h3dr', 'prev': 'cmt_2'},\n  {'id': 'cmt_6', 'name': 'jf3djs', 'prev': 'cmt_3'},\n  {'id': 'cmt_7', 'name': 'z45dsw', 'prev': 'cmt_3'},\n  {'id': 'cmt_8', 'name': 'djw4ls', 'prev': 'cmt_6'},\n  {'id': 'cmt_9', 'name': '3edfk3', 'prev': 'cmt_4'},\n  {'id': 'cmt_10', 'name': 'fdhj3fg', 'prev': 'cmt_4'},\n  {'id': 'cmt_11', 'name': 'dk32fhj', 'prev': 'cmt_5'},\n  {'id': 'cmt_12', 'name': 'dhj45kv', 'prev': 'cmt_1'}\n];\n```\n\nAdd it to a List\n\n```dart\n List\u003cCommit\u003e commits = [];\n```\n\nPass it as a parameter to the widget\n\n```dart\n  body: Center(\n        child: GitGraph(commits: commits),\n      ),\n```\n\n## Running the project locally\n\n\u003c!--\nPre-requisites:\n\n-   [Flutter](https://flutter.dev/) --\u003e\n\nSetting things up:\n\n1.  Clone the repository: `git clone git@github.com:Sameerkash/flutter_gitgraph.git`\n2.  To view your current channel: `flutter channel`\n3.  Change the flutter chanell to beta to test it for web: `flutter channel dev`\n4.  Upgrade: `flutter upgrade`\n\n## Contributing\n\n### [Contributing Guide](CONTRIBUTING.md)\n\nRead our [contributing guide](CONTRIBUTING.md) to learn about our development process, how to propose bugfixes and improvements.\n\n### Good First Issues\n\nTo help you get your feet wet and get you familiar with our contribution process, we have a list of good first issues that contain bugs/features which have a relatively limited scope. This is a great place to get started.\n\u003c!-- \n## Versioning\n\nWe use [SemVer](semver) as a guideline for our versioning here. --\u003e\n\n## Copyright and License\n\nCopyright (c) 2021 Sameer Kashyap under the [MIT license](LICENSE).\n\nInspired by [GitGraph.js](gitgtaphjs.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameeerkashyap%2Fflutter_gitgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameeerkashyap%2Fflutter_gitgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameeerkashyap%2Fflutter_gitgraph/lists"}