{"id":32279242,"url":"https://github.com/coval-solutions/height-slider","last_synced_at":"2026-02-25T22:32:44.771Z","repository":{"id":53000058,"uuid":"233698787","full_name":"coval-solutions/height-slider","owner":"coval-solutions","description":"A customisable height slider for Flutter.","archived":false,"fork":false,"pushed_at":"2021-06-07T12:06:18.000Z","size":34361,"stargazers_count":19,"open_issues_count":1,"forks_count":11,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-27T17:08:48.231Z","etag":null,"topics":["android","bmi","dart","flutter","height","height-slider","ios","plugin","slider","widget"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/coval-solutions.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-01-13T21:37:44.000Z","updated_at":"2024-09-03T17:48:32.000Z","dependencies_parsed_at":"2022-09-08T03:22:28.634Z","dependency_job_id":null,"html_url":"https://github.com/coval-solutions/height-slider","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/coval-solutions/height-slider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coval-solutions%2Fheight-slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coval-solutions%2Fheight-slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coval-solutions%2Fheight-slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coval-solutions%2Fheight-slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coval-solutions","download_url":"https://codeload.github.com/coval-solutions/height-slider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coval-solutions%2Fheight-slider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29843442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T21:18:31.832Z","status":"ssl_error","status_checked_at":"2026-02-25T21:18:29.265Z","response_time":61,"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":["android","bmi","dart","flutter","height","height-slider","ios","plugin","slider","widget"],"created_at":"2025-10-23T00:31:10.137Z","updated_at":"2026-02-25T22:32:44.766Z","avatar_url":"https://github.com/coval-solutions.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eHeight Slider Widget for Flutter\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://api.codemagic.io/apps/5e355cd6cb1395826e888d78/5e355cd6cb1395826e888d77/status_badge.svg\" /\u003e\n  \u003ca href=\"https://pub.dev/packages/height_slider\"\u003e\n    \u003cimg alt=\"Pub Version\" src=\"https://img.shields.io/pub/v/height_slider\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://raw.githubusercontent.com/coval-solutions/weight-slider/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/license-MIT-yellow.svg\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## ✨ Demo\n\u003cp align=\"center\"\u003e\u003cimg width=\"20%\" src=\"https://raw.githubusercontent.com/coval-solutions/height-slider/master/images/1.gif\" alt=\"height slider\"/\u003e\u003c/p\u003e\n\n## 🚀 Usage\n```dart\nclass _MyHomePageState extends State\u003cMyHomePage\u003e {\n  int height = 170;\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      appBar: AppBar(\n        title: Text(widget.title),\n      ),\n      body: Center(\n        child: HeightSlider(\n          height: height,\n          onChange: (val) =\u003e setState(() =\u003e height = val),\n          unit: 'cm', // optional\n        ),\n      ),\n    );\n  }\n}\n```\n\nYou can also use your own person SVG, by passing the path through the parameter `personImagePath`.\n\n## 📝 License\nThis project is [MIT](https://raw.githubusercontent.com/coval-solutions/height-slider/master/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoval-solutions%2Fheight-slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoval-solutions%2Fheight-slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoval-solutions%2Fheight-slider/lists"}