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

A Flutter widget to Bounce and animate your widget to get attention of users. Show case your buttons containers as jumping.

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:

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

3
likes
150
pub points
74%
popularity

Publisher

verified publishersahalmp.online

A Flutter widget to Bounce and animate your widget to get attention of users. Show case your buttons containers as jumping.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on bouncerwidget