hold_down_button 1.0.0
hold_down_button: ^1.0.0 copied to clipboard
A Flutter package to trigger an action repeatedly when a widget is hold/pressed down.
1.0.0 #
- BREAKING:
onHoldDown
type changed toVoidCallback
- Updated LICENSE
- DOCS: added doc comment for library declaration
- DOCS: added links and badges in readme
- DOCS: updated onHoldDown type in readme
0.0.1 #
- Makes any Widget to trigger an action repeatedly by holding it down.
- Can give time delay curve to make the button trigger action more or less quickly.
- Also you can set time delay for the periodic function call.