adaptive_button 0.4.1 copy "adaptive_button: ^0.4.1" to clipboard
adaptive_button: ^0.4.1 copied to clipboard

It is compatible with the all platform, it disables the clicking feature of the button for your asynchronous operations and displays a widget on the button while waiting.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add adaptive_button

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

dependencies:
  adaptive_button: ^0.4.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:adaptive_button/adaptive_button.dart';
1
likes
150
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

It is compatible with the all platform, it disables the clicking feature of the button for your asynchronous operations and displays a widget on the button while waiting.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on adaptive_button