{"id":21670645,"url":"https://github.com/devmuaz/flutter_xradial_progress_indicator","last_synced_at":"2026-05-17T06:38:30.289Z","repository":{"id":113031526,"uuid":"257889332","full_name":"devmuaz/flutter_xradial_progress_indicator","owner":"devmuaz","description":"A flutter radial progress widget built simply with few properties to play with. ","archived":false,"fork":false,"pushed_at":"2020-04-24T19:02:12.000Z","size":253,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T08:10:09.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmuaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-22T12:05:10.000Z","updated_at":"2023-03-17T12:24:29.000Z","dependencies_parsed_at":"2023-06-06T16:00:17.733Z","dependency_job_id":null,"html_url":"https://github.com/devmuaz/flutter_xradial_progress_indicator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devmuaz/flutter_xradial_progress_indicator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Fflutter_xradial_progress_indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Fflutter_xradial_progress_indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Fflutter_xradial_progress_indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Fflutter_xradial_progress_indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmuaz","download_url":"https://codeload.github.com/devmuaz/flutter_xradial_progress_indicator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmuaz%2Fflutter_xradial_progress_indicator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33129344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T06:27:06.342Z","status":"ssl_error","status_checked_at":"2026-05-17T06:26:59.432Z","response_time":107,"last_error":"SSL_read: 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":[],"created_at":"2024-11-25T12:33:56.315Z","updated_at":"2026-05-17T06:38:30.258Z","avatar_url":"https://github.com/devmuaz.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XRadialProgress Widget\nIt's simply a radial progress that uses a CustomPaint as an extended class where we can draw circles, arcs, and much more.\n\n## Usage\n```dart\n// class or file import\nimport ...;\n\nclass HomePage extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    // this [Center] widget can be wrapped by scaffold\n    return Center(\n      // specified widget\n      child: XRadialProgress(\n        progressValue: 0.3,\n        color: Colors.blue,\n        // other properties...\n      ),\n    );\n  }\n}\n```\n\n## Properties\n- progressValue: a double progress value (0.0 - 0.1).\n- progressValueInDegrees: an int progress value (0 - 360).\n- color: which colors the circle progress.\n- gradient: which gives a gradient instead of color.\n- showBackCircle: whether to show the grey circle or not.\n- isBackCircleFill: whether to fill the grey circle or not.\n- backCircleColor: color of the grey [default] circle.\n- width: the width of the stroke.\n- child: a widget inside this radial progress.\n\n## Preview\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Screenshots/4.png\" width=\"200\" hieght=\"200\"\u003e\n  \u003cimg src=\"Screenshots/1.png\" width=\"200\" hieght=\"200\"\u003e\n  \u003cimg src=\"Screenshots/2.png\" width=\"200\" hieght=\"200\"\u003e\n  \u003cimg src=\"Screenshots/3.png\" width=\"200\" hieght=\"200\"\u003e\n\u003c/p\u003e\n\n## Enjoy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuaz%2Fflutter_xradial_progress_indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmuaz%2Fflutter_xradial_progress_indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmuaz%2Fflutter_xradial_progress_indicator/lists"}