tap_debouncer 1.0.0
tap_debouncer: ^1.0.0 copied to clipboard
Tap debounce simplifying widget. Wrap your button widget in TapDebounce widget and any taps will be disabled while tap callback is in progress.
1.0.0 #
- Add optional field waitBuilder to show special widget while wait tap processing
0.0.8 #
- Fix exception if onTap function is null
0.0.7 #
- Add cooldown
- Remove rxdart dependency
- Update example
- Update readme
0.0.6 #
- Fix readme after some renamings
0.0.5 #
- Fix readme image address
0.0.4 #
- Fix license
0.0.3 #
- First public release