async_progress_button

Last updated:

0 purchases

async_progress_button Image
async_progress_button Images
Add to Cart

Description:

async progress button

AsyncButton #
A Flutter package that provides an asynchronous button widget with customizable properties.
Features #

Asynchronous operation support.
Customizable text, color, icon, and dimensions.
Progress indicator during async operations.

Getting Started #
To use this package, add async_progress_button as a dependency in your pubspec.yaml file.
Usage #
Here is a basic example of how to use the AsyncButton widget:
AsyncButton(
text: 'Click Me',
onPressed: () async {
// Your async operation here
},
)
copied to clipboard

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.