counter_slider 0.0.1
counter_slider: ^0.0.1 copied to clipboard
Flutter Number counter widget.
Number Counter that slides, inspired on This Dribbble shot by Ehsan Rahimi, and based on Material Design.
Features #
- min and max values
- border and sizing customizable
Getting started #
Prequisites: flutter v3.0.0.
install with
flutter pub get counter_slider
Usage #
CounterSlider(
value: value,
setValue: setValue,
width: 256,
height: 64,
slideFactor: 1.4,
)
Additional information #
no additional information