{"id":13552383,"url":"https://github.com/kherel/reviews_slider","last_synced_at":"2025-10-23T07:19:50.182Z","repository":{"id":53537833,"uuid":"206840443","full_name":"kherel/reviews_slider","owner":"kherel","description":"A Flutter animated widget made to help users leave reviews and feedbacks","archived":false,"fork":false,"pushed_at":"2022-07-03T11:43:24.000Z","size":3112,"stargazers_count":91,"open_issues_count":4,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T10:01:52.613Z","etag":null,"topics":["flutter","flutter-animation","flutter-package","flutter-widgets","review","slider"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/reviews_slider","language":"Dart","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/kherel.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":"2019-09-06T17:11:00.000Z","updated_at":"2024-10-22T17:53:44.000Z","dependencies_parsed_at":"2022-08-19T00:00:49.806Z","dependency_job_id":null,"html_url":"https://github.com/kherel/reviews_slider","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherel%2Freviews_slider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherel%2Freviews_slider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherel%2Freviews_slider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kherel%2Freviews_slider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kherel","download_url":"https://codeload.github.com/kherel/reviews_slider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246933435,"owners_count":20857048,"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":["flutter","flutter-animation","flutter-package","flutter-widgets","review","slider"],"created_at":"2024-08-01T12:02:03.170Z","updated_at":"2025-10-23T07:19:50.097Z","avatar_url":"https://github.com/kherel.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"# reviews_slider\n[![Pub](https://img.shields.io/pub/v/reviews_slider.svg)](https://pub.dartlang.org/packages/reviews_slider)\n\nAnimated widget with changing smile to collect user review score\n\n![mobile](example_mobile.gif)\n\n![tablet](example_tablet.gif)\n\n## Getting started\n\nAdd reviews_slider: \"^1.0.4\" in your pubspec.yaml dependencies.\n\n```yaml\ndependencies:\n reviews_slider: \"^1.0.4\"\n```\n\n### How To Use\n\nImport the following package in your dart file\n\n```dart\nimport 'package:reviews_slider/reviews_slider.dart';\n```\n\nBasic Widget\n\n```dart\n  ReviewSlider(\n    onChange: (int value){\n      // active value is an int number from 0 to 4, where:\n      // 0 is the worst review value\n      // and 4 is the best review value\n      print(value);\n    }),\n  ),\n```\n\n Parameter | Default | Description |\n| :------------------------ | :--------------------------------------------------------------------: | :----------------- |\n| initialValue | 2 | the init value of the slider\n| onChange|  | Triggered every time when a pointer have changed the value of the slider and is no longer in contact with the screen.\n| options| ['Terrible', 'Bad', 'Okay', 'Good', 'Great'] | Review titles\n| optionStyle| TextStyle(color:  Colors.black) | Text style of review titles\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkherel%2Freviews_slider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkherel%2Freviews_slider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkherel%2Freviews_slider/lists"}