async_button_builder 3.0.0+1 copy "async_button_builder: ^3.0.0+1" to clipboard
async_button_builder: ^3.0.0+1 copied to clipboard

A builder to wrap around buttons that handles loading, disabled, error and succes states

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add async_button_builder

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

dependencies:
  async_button_builder: ^3.0.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_builder/async_button_builder.dart';
83
likes
120
pub points
91%
popularity

Publisher

unverified uploader

A builder to wrap around buttons that handles loading, disabled, error and succes states

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, freezed_annotation

More

Packages that depend on async_button_builder