{"id":13465507,"url":"https://github.com/Rahiche/stepper_touch","last_synced_at":"2025-03-25T16:32:11.636Z","repository":{"id":55455673,"uuid":"150718081","full_name":"Rahiche/stepper_touch","owner":"Rahiche","description":"flutter stepper_touch widget ","archived":false,"fork":false,"pushed_at":"2024-06-09T13:23:18.000Z","size":1042,"stargazers_count":297,"open_issues_count":5,"forks_count":27,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-07-31T15:01:33.152Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rahiche.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,"publiccode":null,"codemeta":null}},"created_at":"2018-09-28T09:35:04.000Z","updated_at":"2024-07-22T08:27:34.000Z","dependencies_parsed_at":"2024-07-31T15:11:37.403Z","dependency_job_id":null,"html_url":"https://github.com/Rahiche/stepper_touch","commit_stats":{"total_commits":9,"total_committers":4,"mean_commits":2.25,"dds":0.5555555555555556,"last_synced_commit":"5f5e070b8d8412707df3e0fc9cac63e48ca49058"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fstepper_touch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fstepper_touch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fstepper_touch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rahiche%2Fstepper_touch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rahiche","download_url":"https://codeload.github.com/Rahiche/stepper_touch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222088567,"owners_count":16928979,"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-07-31T15:00:31.368Z","updated_at":"2024-10-29T17:31:08.485Z","avatar_url":"https://github.com/Rahiche.png","language":"Dart","readme":"# stepper_touch\n\u003ca href=\"https://stackoverflow.com/questions/tagged/flutter?sort=votes\"\u003e\n   \u003cimg alt=\"Awesome Flutter\" src=\"https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true\u0026style=flat-square\" /\u003e\n\u003c/a\u003e\n\n The concept of the widget inspired\n from [Nikolay Kuchkarov](https://dribbble.com/shots/3368130-Stepper-Touch).\n i extended  the functionality to be more useful in real world applications\n\n# Thank _You_!\nPlease :star: this repo and share it with others\n\n# Demo\n![stepper](https://github.com/user-attachments/assets/0bdf3bb4-66f3-4739-9f06-d30ea55dd984)\n\n### Created\n\n* [Raouf Rahiche](https://github.com/Rahiche)\n* ([@raoufrahiche](https://twitter.com/raoufrahiche))\n* ([Youtube](https://www.youtube.com/channel/UCal0wCIwkxiKcrYPvBS6RiA))\n\n## Usage example\n\n```dart\nimport 'package:stepper_touch/stepper_touch.dart';\n...\nContainer(\n  padding: const EdgeInsets.all(8.0),\n  child: StepperTouch(\n    initialValue: 0,\n    direction: Axis.vertical,\n    withSpring: false,\n    onChanged: (int value) =\u003e print('new value $value'),\n  ),\n),\n...\n```\n\n## Getting Started\n\nFor help getting started with Flutter, view our online\n[documentation](https://flutter.io/).\n","funding_links":[],"categories":["Components","组件","UI [🔝](#readme)"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRahiche%2Fstepper_touch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRahiche%2Fstepper_touch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRahiche%2Fstepper_touch/lists"}