animation_loading_button 0.0.4 copy "animation_loading_button: ^0.0.4" to clipboard
animation_loading_button: ^0.0.4 copied to clipboard

is a Flutter package with a simple implementation of an animated loading button, complete with success animations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add animation_loading_button

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  animation_loading_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:animation_loading_button/animation_loading_button.dart';
3
likes
150
pub points
19%
popularity

Publisher

verified publisherhibeun.com

is a Flutter package with a simple implementation of an animated loading button, complete with success animations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

collection, flutter

More

Packages that depend on animation_loading_button