async_button_handler 0.0.1
async_button_handler: ^0.0.1 copied to clipboard
A Flutter package that provides a customizable button widget to handle asynchronous actions with built-in loading and error state handling.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.1 2024-16-10 #
Added #
- Initial release of
Async Button Handlerpackage. AsyncButtonHandlerwidget for handling async actions with built-in loading and error state handling.onPressedproperty to handle async actions.loadingChildproperty to display a custom loading indicator.buttonChildproperty for the button's main content.styleproperty to customize button appearance.onErrorproperty to handle error states without needing an additional state management solution.
Fixed #
- N/A
Changed #
- N/A