othr_slider 0.0.3
othr_slider: ^0.0.3 copied to clipboard
A highly customizable range slider that allows you to control every aspect of the slider's appearance, including track, thumb, overlay, and label configuration.
Changelog #
All notable changes to this project will be documented in this file.
0.0.1 - 2024-09-26 #
Added #
- Initial release of
othr_slider
library. - Customizable Flutter slider widget with the following features:
- Custom Track: Control the slider's track size, shape, gradients, shadows, and border.
- Custom Thumb: Fully customize the thumb's size, color, shape, shadows, and border.
- Custom Overlay: Customize the overlay that appears when the thumb is pressed.
- Custom Label: Customize the label that appears above the thumb when pressed, including support for images and text.
- Responsive to Changes: Listen to value changes and react accordingly.
Documentation #
- Added comprehensive documentation for usage, customization, and examples in
README.md
.
License #
- Added
LICENSE
file with BSD-3 license.