tap_debouncer 2.0.2
tap_debouncer: ^2.0.2 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.
2.0.2 #
- Fix "disabled" state of widget for a short time at first appearance, thanks to sharp eye and effort of Maksim Zakharov
2.0.1 #
- Upgrade example to null-safety
2.0.0 #
- Migrate to dart 2.12.0 with null-safety
- Fix issue #3 and update example thanks to Lukas Kurz
- Add macos port to example
- Small fixes
1.0.1 #
- Fix busy stream type
- Prepare to null safety
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