awaitable_button 0.4.1
awaitable_button: ^0.4.1 copied to clipboard
A button that displays an indicator during asynchronous processing and allows callbacks to be executed after completion or exception catch.
0.4.1 #
- FIX: add required to onPressed.
- CHORE: add web demo link to README.
0.4.0 #
- Changed Splash to be hidden during button processing.
0.3.1 #
- Added
AwaitableOutlinedButton
. - Added
onError
toAwaitableIconButton
.
0.2.0 #
- Added
onError
.
0.1.0 #
-
Removed
AwaitableButton
. -
Added
AwaitableElevatedButton
andAwaitableTextButton
.
0.0.1 #
Initial release