{"id":18794671,"url":"https://github.com/huextrat/steps_indicator","last_synced_at":"2025-04-13T15:13:32.326Z","repository":{"id":54443593,"uuid":"235140843","full_name":"huextrat/steps_indicator","owner":"huextrat","description":"Flutter plugin to display a simple steps indicator line widget","archived":false,"fork":false,"pushed_at":"2023-12-15T02:48:08.000Z","size":273,"stargazers_count":47,"open_issues_count":3,"forks_count":18,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-13T15:13:28.298Z","etag":null,"topics":["android","dart","dependency","flutter","ios","package","widget"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/steps_indicator","language":"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/huextrat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"huextrat","custom":"https://twitter.com/hugoextrat"}},"created_at":"2020-01-20T16:03:16.000Z","updated_at":"2025-01-11T17:48:50.000Z","dependencies_parsed_at":"2023-12-15T03:41:26.886Z","dependency_job_id":"cd579532-00b8-4af6-927f-aa0c81756f52","html_url":"https://github.com/huextrat/steps_indicator","commit_stats":{"total_commits":29,"total_committers":3,"mean_commits":9.666666666666666,"dds":0.06896551724137934,"last_synced_commit":"8350a44bee8f0ba29fa99da7f9857fc478f31c5c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huextrat%2Fsteps_indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huextrat%2Fsteps_indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huextrat%2Fsteps_indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huextrat%2Fsteps_indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huextrat","download_url":"https://codeload.github.com/huextrat/steps_indicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248732488,"owners_count":21152852,"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":["android","dart","dependency","flutter","ios","package","widget"],"created_at":"2024-11-07T21:30:23.437Z","updated_at":"2025-04-13T15:13:32.298Z","avatar_url":"https://github.com/huextrat.png","language":"C++","funding_links":["https://github.com/sponsors/huextrat","https://twitter.com/hugoextrat"],"categories":[],"sub_categories":[],"readme":"# steps_indicator\n\n[![pub package](https://img.shields.io/pub/v/steps_indicator.svg?style=for-the-badge\u0026color=blue)](https://pub.dartlang.org/packages/steps_indicator)\n\nA simple steps indicator widget\n\n## Installation\n\nAdd `steps_indicator: ^1.3.0` in your `pubspec.yaml` dependencies. And import it:\n\n```dart\nimport 'package:steps_indicator/steps_indicator.dart';\n```\n\n## How to use\n\nSimply create a `StepsIndicator` widget and pass the required params:\n\n```dart\nStepsIndicator(\n  selectedStep: 1,\n  nbSteps: 4\n)\n```\n\nDo not forget to check that the selectedStep is not lower than 0 and is not higher than the total number of steps (nbSteps).\n\n## Params\n\n\u003e Animations are disabled by default if you want to enable them remember to pass properties to true.\n\n```dart\nStepsIndicator(\n  selectedStep: 1,\n  nbSteps: 4,\n  selectedStepColorOut: Colors.blue,\n  selectedStepColorIn: Colors.white,\n  doneStepColor: Colors.blue,\n  doneLineColor: Colors.blue,\n  undoneLineColor: Colors.red,\n  isHorizontal: true,\n  lineLength: 40,\n  doneStepSize: 10,\n  unselectedStepSize: 10,\n  selectedStepSize: 14,\n  selectedStepBorderSize: 1,\n  doneStepWidget: Container(), // Custom Widget \n  unselectedStepWidget: Container(), // Custom Widget \n  selectedStepWidget: Container(), // Custom Widget \n  lineLengthCustomStep: [\n    StepsIndicatorCustomLine(nbStep: 3, length: 80)\n  ],\n  enableLineAnimation: true,\n  enableStepAnimation: true,\n)\n```\n\nFor a more detail example please take a look at the `example` folder.\n\n## Example\n\nSteps indicator:\n\n\u003cimg src=\"https://raw.githubusercontent.com/huextrat/steps_indicator/master/example/screenshot.png\" width=\"400\" height=\"790\"\u003e\n\n## -\n\nIf something is missing, feel free to open a ticket or contribute!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuextrat%2Fsteps_indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuextrat%2Fsteps_indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuextrat%2Fsteps_indicator/lists"}