bouncing_button 0.0.1+2 copy "bouncing_button: ^0.0.1+2" to clipboard
bouncing_button: ^0.0.1+2 copied to clipboard

A widget tha enables you make bouncing animation on your buttons after you click on it.

Features #

Bouncing Animation for buttons

Getting started #

bouncing_button: ^0.0.1

Usage #

    BouncingButton(
      child: const Icon(Icons.favorite),
      onPressed: () {
        debugPrint("pressed!");
      },
    )
4
likes
140
pub points
75%
popularity

Publisher

verified publisherchaliseminas.com.np

A widget tha enables you make bouncing animation on your buttons after you click on it.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on bouncing_button