number_selector

Last updated:

0 purchases

number_selector Image
number_selector Images
Add to Cart

Description:

number selector

NumberSelector #
Customizable widget designed for choosing an integer number.
Features #

Increment and decrement buttons
Skip to first and last number buttons
Cancel by pressing ESC
Update by pressing Enter or loosing focus
Negative and positive integers
Tooltips for buttons

Number selector with minimum and maximum value #

Simple number selector #

Plain number selector #

Usage #
NumberSelector(
current: 47,
min: 1,
max: 50,
onUpdate: (number) {
// Your magic here
},
);

NumberSelector.plain(
current: 47,
min: 1,
max: 50,
onUpdate: (number) {
// More magic here
},
);
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.