discrete_slider 1.0.2
discrete_slider: ^1.0.2 copied to clipboard
A highly customizable discrete slider widget for Flutter. Create beautiful step-based sliders with custom labels, colors, and smooth animations. Perfect for ratings, settings, progress indicators, and [...]
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.2 - 2025-09-28 #
Changed #
- Updated README.md with better documentation and examples
- Added Buy Me A Coffee support button for community contributions
- Enhanced package description and usage examples
Fixed #
- Minor bug fixes for improved stability and performance
- Resolved issues with widget rendering in edge cases
- Fixed potential memory leaks in controller disposal
Documentation #
- Improved code examples with more comprehensive use cases
- Added visual examples for Settings, Progress Indicator, and Rating sliders
- Better formatting and structure for pub.flutter-io.cn presentation
1.0.0 - 2025-09-27 #
Added #
- Initial release of DiscreteSlider widget
- Support for discrete steps with customizable count
- Custom labels for each slider step
- Highly customizable appearance (colors, text styles, padding)
- DiscreteSliderController for programmatic control
- Touch-friendly interface supporting tap and drag gestures
- Lightweight implementation with minimal dependencies
- Comprehensive documentation and examples
Features #
- 🎯 Discrete Steps: Create sliders with specific number of steps
- 🏷️ Custom Labels: Add custom labels for each step
- 🎨 Highly Customizable: Customize colors, text styles, padding, and more
- 🎮 Controller Support: Programmatically control slider value
- 📱 Touch Friendly: Supports both tap and drag gestures
- ⚡ Lightweight: Minimal dependencies and optimized performance