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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
102
likes
140
points
347
downloads

Publisher

verified publisherappvinio.com

Weekly Downloads

2024.09.29 - 2025.04.13

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