bouncerwidget 0.0.3 copy "bouncerwidget: ^0.0.3" to clipboard
bouncerwidget: ^0.0.3 copied to clipboard

outdated

Bounce you widgets to get attention of users.

A package that helps you bounce 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:

wrap your widget with this Bouncing Widget

import the package

import 'package:bouncerwidget/bouncerwidget.dart';

Example

BouncingWidget(
 child:Container(
  height:40,
  weight:40
 )
)

Additional information #

if any issue please report

5
likes
0
points
148
downloads

Publisher

verified publishersahalmp.online

Weekly Downloads

Bounce you widgets to get attention of users.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on bouncerwidget