Skip to content

Repository files navigation

bounce_button

coveragestyle: very good analysisLicense: MIT

Flutter package for creating a widget that adds bounce animation to its child.


Features

TODO: Example gifs


Usage

To use this plugin, add bounce_button as a dependency in your pubspec.yaml from git like so:

bounce_button:
git:
url: https://github.com/willhlas/bounce_button.gitref: main

Example

Import the library

import'package:bounce_button/bounce_button.dart';

onTap, and child is required in the widget.

BounceButton(
onTap: () {},
child:// Widget
)

About

Flutter package for creating a widget that adds bounce animation to its child.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages