any_animated_button 0.0.4 icon indicating copy to clipboard operation
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';
53
likes
120
pub points
78%
popularity

Publisher

verified publisher iconappvinio.com

Button, which animates between idle, progress and success/error state, indicating that some process is running in the background.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

Icon for licenses.MIT (LICENSE)

Dependencies

dartz, equatable, flutter, flutter_bloc

More

Packages that depend on any_animated_button