bouncing_widget icon indicating copy to clipboard operation
bouncing_widget copied to clipboard

A widget that enables you to add a bouncing animation on a widget.

Results 7 bouncing_widget issues
Sort by recently updated
recently updated
newest added

Hello! First thanks for your amazing plugin! I have a suggestion/improvement: it's actually impossible to scroll when touching a bouncing widget. But on the [Reflecty](https://reflectly.app) app it's possible (which use...

If i used bouncing widget on container and container contains elevated button inside. then onpressed not working ,i changed (required this.onpressed to this.onpressed) but not working Please help me about...

Buttons like this don't animate for me. ``` BouncingWidget( duration: Duration(milliseconds: 100), scaleFactor: 1.5, onPressed: () { print("onPressed"); setState(() {}); }, child: Text( "Hello !", style: TextStyle( color: Colors.white, fontWeight:...

Add onHover toggle to make the widget bounce on hover. This isn't an issue but a feature request.

Kindly fix the below bug. ``` Unhandled Exception: 'package:flutter/src/animation/animation_controller.dart': Failed assertion: line 490 pos 7: '_ticker != null': AnimationController.reverse() called after AnimationController.dispose() E/flutter (16528): AnimationController methods should not be used...