async_progress_button 2.0.3 copy "async_progress_button: ^2.0.3" to clipboard
async_progress_button: ^2.0.3 copied to clipboard

A Flutter package that provides an asynchronous button widget with customizable properties.you can do your asynchronous activites smoothly.

Publish to pub.dev

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
  },
)
Example
2
likes
150
points
25
downloads

Publisher

verified publisherfluttersinhala.com

Weekly Downloads

A Flutter package that provides an asynchronous button widget with customizable properties.you can do your asynchronous activites smoothly.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_progress_button