async_button 2.0.0-beta.1+2 copy "async_button: ^2.0.0-beta.1+2" to clipboard
async_button: ^2.0.0-beta.1+2 copied to clipboard

Customized buttons for asyncronous onPressed function. Supports seamless animation between [idle], [loading], [success] and [failure] button states.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_button

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

dependencies:
  async_button: ^2.0.0-beta.1+2

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/async_button.dart';
31
likes
150
pub points
81%
popularity

Publisher

unverified uploader

Customized buttons for asyncronous onPressed function. Supports seamless animation between [idle], [loading], [success] and [failure] button states.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on async_button