{"id":19209093,"url":"https://github.com/miomit/graph_dot","last_synced_at":"2026-01-11T13:38:18.386Z","repository":{"id":209193364,"uuid":"723447510","full_name":"miomit/graph_dot","owner":"miomit","description":"Library for creating Graphviz graphs in the dot language","archived":false,"fork":false,"pushed_at":"2024-03-17T07:46:24.000Z","size":323,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-04T16:21:55.748Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/graph_dot","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/miomit.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}},"created_at":"2023-11-25T17:40:51.000Z","updated_at":"2023-11-25T18:25:18.000Z","dependencies_parsed_at":"2024-03-17T08:32:58.767Z","dependency_job_id":"e0c9e791-67d4-4deb-9e25-df1d1798611d","html_url":"https://github.com/miomit/graph_dot","commit_stats":null,"previous_names":["yuramovsesyan/graph_dot","miomit/graph_dot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fgraph_dot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fgraph_dot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fgraph_dot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miomit%2Fgraph_dot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miomit","download_url":"https://codeload.github.com/miomit/graph_dot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280982,"owners_count":19776418,"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-09T13:29:04.225Z","updated_at":"2025-11-14T13:01:35.180Z","avatar_url":"https://github.com/miomit.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Library for creating Graphviz graphs in the dot language.\n\n![example](https://github.com/miomit/graph_dot/blob/main/assets/example.png?raw=true)\n![example](https://github.com/miomit/graph_dot/blob/main/assets/parseTree.png?raw=true)\n\n## Getting started\n\nAdd a dependency to `pubspec.yaml`\n\n```yaml\ndependencies:\n    graph_dot:\n```\n\nyou will also need the **graphviz** utility.\n\nFedora\n```\nsudo dnf install graphviz\n```\n\n## Usage\n\nLook in `/example` folder.\n\n```dart\nvar graph = Graph();\n\ngraph.setEdge('A', 'B');\n\nprint(graph.toDot);\n```\n\n## Additional information\n\nThis library is under development. With each new version, a new feature will be added.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiomit%2Fgraph_dot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiomit%2Fgraph_dot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiomit%2Fgraph_dot/lists"}