any_animated_button 0.0.4 copy "any_animated_button: ^0.0.4" to clipboard
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';
84
likes
130
pub points
83%
popularity

Publisher

verified publisherappvinio.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

MIT (LICENSE)

Dependencies

dartz, equatable, flutter, flutter_bloc

More

Packages that depend on any_animated_button