async_button_handler 0.0.1 copy "async_button_handler: ^0.0.1" to clipboard
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 Handler package.
  • AsyncButtonHandler widget for handling async actions with built-in loading and error state handling.
  • onPressed property to handle async actions.
  • loadingChild property to display a custom loading indicator.
  • buttonChild property for the button's main content.
  • style property to customize button appearance.
  • onError property to handle error states without needing an additional state management solution.

Fixed #

  • N/A

Changed #

  • N/A
10
likes
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that provides a customizable button widget to handle asynchronous actions with built-in loading and error state handling.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on async_button_handler