{"id":13465623,"url":"https://github.com/boeledi/RangeSlider","last_synced_at":"2025-03-25T16:32:32.138Z","repository":{"id":45181098,"uuid":"142725816","full_name":"boeledi/RangeSlider","owner":"boeledi","description":"RangeSlider Widget for Flutter","archived":false,"fork":false,"pushed_at":"2024-06-03T14:01:04.000Z","size":791,"stargazers_count":374,"open_issues_count":16,"forks_count":66,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-07-31T15:01:37.717Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boeledi.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-07-29T02:52:13.000Z","updated_at":"2024-07-31T15:01:38.881Z","dependencies_parsed_at":"2024-07-31T15:01:38.057Z","dependency_job_id":"55b75b14-8194-4861-ab59-7231b5a1a1b2","html_url":"https://github.com/boeledi/RangeSlider","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/boeledi%2FRangeSlider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boeledi%2FRangeSlider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boeledi%2FRangeSlider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boeledi%2FRangeSlider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boeledi","download_url":"https://codeload.github.com/boeledi/RangeSlider/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222088589,"owners_count":16928983,"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:32.760Z","updated_at":"2024-10-29T17:31:18.721Z","avatar_url":"https://github.com/boeledi.png","language":"Dart","funding_links":[],"categories":["Components","组件","Dart","UI [🔝](#readme)"],"sub_categories":["UI"],"readme":"# RangeSlider\n\nAn extension of the Flutter Material Slider to allow selection of a range of values via 2 thumbs.\n\n\u003cimg src=\"https://www.didierboelens.com/images/blog/range_slider.gif\" width=\"220\" alt=\"Flutter RangeSlider\" /\u003e\n\u003cbr/\u003e\u003cbr/\u003e\n\n---\n## Step by step explanation\n\nA full explanation on how to build such Widget may be found on my blog:\n\n* in English, click [here](https://www.didierboelens.com/2018/07/range-slider/)\n* in French, click [here](https://www.didierboelens.com/fr/2018/07/range-slider/)\n\n---\n## Getting Started\n\nYou should ensure that you add the following dependency in your Flutter project.\n```yaml\ndependencies:\n flutter_range_slider: \"^1.5.0\"\n```\n\nYou should then run `flutter packages upgrade` or update your packages in IntelliJ.\n\nIn your Dart code, to use it:\n```dart\nimport 'package:flutter_range_slider/flutter_range_slider.dart' as frs;\n```\n\n\u003e **IMPORTANT NOTE**\n\u003cbr/\u003e\n\u003e As of version 1.7, Flutter Framework also has its own RangeSlider.\n\u003e If you want to keep working with this library, you need to import the package, using an alias e.g. frs.\n\u003e Then, your need to prefix both RangeSlider and RangeSliderCallback with this alias (frs.RangeSlider and frs.RangeSliderCallback)\n\n---\n## Example\n\nAn example can be found in the `example` folder.  Check it out.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboeledi%2FRangeSlider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboeledi%2FRangeSlider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboeledi%2FRangeSlider/lists"}