0 purchases
bouncerwidget
A package that helps you animate as bounce to your widget and gain an attention of users.
Features #
Bounce animation
any widget
Getting started #
import the package
Usage #
To use this package :
add the dependency to your pubspec.yaml file.
dependencies:
flutter:
sdk: flutter
bouncerwidget:
copied to clipboard
wrap your widget with this Bouncing Widget
import the package
import 'package:bouncerwidget/bouncerwidget.dart';
copied to clipboard
Example
BouncingWidget(
child:Container(
height:40,
weight:40
)
)
copied to clipboard
Additional information #
if any issue please report
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.