async_action_button 3.0.0 copy "async_action_button: ^3.0.0" to clipboard
async_action_button: ^3.0.0 copied to clipboard

discontinued

A button that, when tapped, shows a loading indicator. Useful for asynchronous actions that may take some time to complete.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_action_button

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

dependencies:
  async_action_button: ^3.0.0

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_action_button/async_action_button.dart';
1
likes
140
pub points
0%
popularity

Publisher

verified publisherzippa.pizza

A button that, when tapped, shows a loading indicator. Useful for asynchronous actions that may take some time to complete.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_adaptive, flutter_bloc

More

Packages that depend on async_action_button