adaptive_button 0.4.1
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';