any_animated_button 0.0.4 any_animated_button: ^0.0.4 copied to clipboard
Button, which animates between idle, progress and success/error state, indicating that some process is running in the background.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add any_animated_button
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
any_animated_button: ^0.0.4
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:any_animated_button/any_animated_button.dart';