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.

async_action_button #

CI

Pub Version GitHub

Coverage

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

Usage #

import 'package:async_action_button/async_action_button.dart';

AsyncActionButton(
  text: 'Submit',
  onPressed: () => Future.delayed(const Duration(seconds: 1)),
);
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