ranged_ruler_picker 1.0.1
ranged_ruler_picker: ^1.0.1 copied to clipboard
A scrollable ruler widget with a fixed center indicator that allows users to select a value within a defined min-max range
1.0.1 #
- Fix:
initialValuewas ignored — picker always started atmax / 2instead of the specified initial value. - Fix:
onChangedcallback and haptic feedback fired on every scroll tick instead of only when the value actually changed. - Chore: Remove unused
backgroundColorparameter fromRangedRulerPickerItemView. - Chore: Remove redundant
interval == 0check (already guarded by assertion).
1.0.0 #
- Initial version.