input_slider 0.3.1 input_slider: ^0.3.1 copied to clipboard
A customizable input that synchronizes a Slider and a TextField.
[0.3.1] - 08.10.2022 #
- Changes textfield keyboard type to allow for decimal point and negative values on iOS.
[0.3.0] - 10.07.2021 #
- Adds vertical slider support: Set vertical=true to rotate the Slider by 90 degrees.
[0.2.3] - 06.06.2021 #
- TextEditingController is now properly disposed
[0.2.2] - 06.06.2021 #
- Removes unnecessary print statement
[0.2.1] - 02.06.2021 #
- Fixes wrong assertion for default value
[0.2.0] - 01.06.2021 #
- Adds leadingWeight and sliderWeight
- Adds InputSliderForm which allows to group, align and style InputSliders together
- BREAKING: Changes value to defaultValue
[0.1.4] - 17.05.2021 #
- Fixes bug with onChange Function
- Fixes bug with onChangeEnd Function
[0.1.3] - 17.05.2021 #
- Updates description
[0.1.2] - 17.05.2021 #
- Adds example
[0.1.1] - 17.05.2021 #
- Updates readme
- fillColor works now
[0.1.0] - 17.05.2021 #
- Initial release of input_slider