Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

zippa-pizza/async_action_button

Repository files navigation

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)),
);

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages