bouncy_background 1.0.4
bouncy_background: ^1.0.4 copied to clipboard
Adds animated, bouncing widgets to the background of your Flutter app
[1.0.0] #
- 🎉 Initial release
- Added support for bouncing widgets with customizable options
[1.0.1] #
- 📝 Updated README documentation
[1.0.2] #
- 👍 Added support to control
rotationSpeed
per object - 📝 Updated README documentation
[1.0.3] #
- 📝 Updated README documentation
[1.0.4] #
- ⚡️ Switched
BouncyBackground
animation logic fromsetState
toAnimatedBuilder
, caching thebody
build and improving rendering performance