syncfusion-flutter-sliders
Installation
SKILL.md
Syncfusion Flutter Slider Controls
This skill groups three related Syncfusion Flutter components for value selection and range interaction: SfSlider (single value), SfRangeSlider (two-thumb range), and SfRangeSelector (range selector with child content such as charts). They share many visual and configuration features but have distinct responsibilities and integration patterns.
When to Use This Skill
Use this skill when you need to:
- Select a single numeric or date value in a compact UI (use
SfSlider). - Select a start/end range with two thumbs (use
SfRangeSlider). - Select a range that drives another widget (chart zoom/selection) or shows child content (use
SfRangeSelector). - Customize visual track, ticks, labels, thumbs, or tooltips across slider controls.
- Integrate slider range with charts for selection or zooming.
- Support RTL, accessibility, and keyboard navigation for slider controls.