single_tap 0.1.0 single_tap: ^0.1.0 copied to clipboard
With this customizable button, you can control your button capability and styling
0.1.0 #
- Added executing the
onPressed
method in theWidgetsBinding.instance.addPostFrameCallback
. This way state changes will be notified, and thecooldown
will be initiated even if the function being called in theonPressed
callback is asynchronous and is being awaited. - Added the possibility to assign a
globalCustomLoader
, without the need to pass it on every instance creation. It can be overridden by passing acustomLoader
when the SingleTap instance is created and it can still be controlled whether or not to show it, by setting theisLoaderEnabled
parameter tofalse
.
0.0.10 #
- Cooldown fix
0.0.9 #
- Cooldown fix
0.0.8 #
- BugFix on Timeout handling
- Custom Loader widget
0.0.7 #
- BugFix on Timeout handling
0.0.6 #
- Optional
timeOut
parameter added
0.0.5 #
- Removed Unnecessary cast
0.0.4 #
- Readme update
0.0.3 #
- Clean up
0.0.2 #
- Project Settings update
0.0.1 #
- Migrated from package
single_tapable_buttons