async_button_handler 0.1.0+1 copy "async_button_handler: ^0.1.0+1" to clipboard
async_button_handler: ^0.1.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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_button_handler

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  async_button_handler: ^0.1.0+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:async_button_handler/async_button_handler.dart';
7
likes
150
points
30
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_button_handler