{"id":18646846,"url":"https://github.com/shashiben/flutter_custom_graph","last_synced_at":"2026-04-21T16:40:22.062Z","repository":{"id":60012234,"uuid":"267517719","full_name":"shashiben/flutter_custom_graph","owner":"shashiben","description":"A flutter package to build awesome graph ","archived":false,"fork":false,"pushed_at":"2022-06-26T07:59:02.000Z","size":268,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T09:03:57.151Z","etag":null,"topics":["awesome-graph","custom-graph","custom-painter","dart","dart-lib","dart-library","dart-package","flutter","graph","painter"],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shashiben.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}},"created_at":"2020-05-28T07:02:25.000Z","updated_at":"2022-12-13T12:56:52.000Z","dependencies_parsed_at":"2022-09-25T15:30:16.089Z","dependency_job_id":null,"html_url":"https://github.com/shashiben/flutter_custom_graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shashiben/flutter_custom_graph","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashiben%2Fflutter_custom_graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashiben%2Fflutter_custom_graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashiben%2Fflutter_custom_graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashiben%2Fflutter_custom_graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashiben","download_url":"https://codeload.github.com/shashiben/flutter_custom_graph/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashiben%2Fflutter_custom_graph/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32101002,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["awesome-graph","custom-graph","custom-painter","dart","dart-lib","dart-library","dart-package","flutter","graph","painter"],"created_at":"2024-11-07T06:22:54.833Z","updated_at":"2026-04-21T16:40:22.042Z","avatar_url":"https://github.com/shashiben.png","language":"Dart","readme":"# customgraph\n\nA Flutter package for creating a custom graph with easy.\n\n### Show some :heart: and star the repo to support the project\n If you love this package fork the project and star it.\n\n## Installation\n\nClone the project and import the local package\n\n```bash\ngit clone https://github.com/shashiben/flutter_custom_graph.git\n```\n\n## Usage\n```\nScaffold(\n        appBar: AppBar(\n          centerTitle: true,\n          title: Text(\n            \"Custom Graph Example\",\n            style: TextStyle(fontWeight: FontWeight.w900, fontSize: 24),\n          ),\n          elevation: 0,\n          backgroundColor: Colors.black,\n        ),\n        body: Container(\n          \n          color: Colors.black,\n          child: Column(\n            crossAxisAlignment: CrossAxisAlignment.center,\n            mainAxisSize: MainAxisSize.max,\n            mainAxisAlignment: MainAxisAlignment.center,\n            children: \u003cWidget\u003e[\n              Container(\n                decoration: BoxDecoration(\n                    border: Border.all(color: Colors.white),\n                    borderRadius: BorderRadius.circular(15)),\n                padding: EdgeInsets.all(10),\n                child: Text(\n                  \"Example\",\n                  style: TextStyle(\n                      color: Colors.white,\n                      fontWeight: FontWeight.w400,\n                      \n                      fontSize: 20),\n                ),\n              ),\n              SizedBox(height: 20,),\n              CustomGraph(\n                  percentages: [2, 4, 6, 8, 10],\n                  xAxisValues: [\"A\", \"B\", \"C\", \"D\", \"E\"],\n                  yAxisValues: [\"10\", \"8\", \"6\", \"4\", \"2\", \"0\"],\n                  rangeBegin: 0,\n                  rangeEnd: 100,\n                  xAxisLabelStart: 0,\n                  indicatorTextMultiplier: 1,\n                  noOfValuestoShow: 4)\n            ],\n          ),\n        ),\n      ),\n```\n\n## Screenshots\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://github.com/shashiben/flutter_custom_graph/blob/master/screenshots/ss1.png\"  /\u003e\n  \u003cimg src=\"https://github.com/shashiben/flutter_custom_graph/blob/master/screenshots/ss2.png\"  /\u003e\n  \n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## Getting Started\n\nThis project is a starting point for a Dart\n[package](https://flutter.dev/developing-packages/),\na library module containing code that can be shared easily across\nmultiple Flutter or Dart projects.\n\nFor help getting started with Flutter, view our \n[online documentation](https://flutter.dev/docs), which offers tutorials, \nsamples, guidance on mobile development, and a full API reference.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashiben%2Fflutter_custom_graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashiben%2Fflutter_custom_graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashiben%2Fflutter_custom_graph/lists"}