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
onPressedmethod in theWidgetsBinding.instance.addPostFrameCallback. This way state changes will be notified, and thecooldownwill be initiated even if the function being called in theonPressedcallback 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 acustomLoaderwhen the SingleTap instance is created and it can still be controlled whether or not to show it, by setting theisLoaderEnabledparameter 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
timeOutparameter 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