flutterfall 1.0.7
flutterfall: ^1.0.7 copied to clipboard
A Flutter package to create falling effects using custom images.
v1.0.7 #
New Features: #
- Custom Emoji Particles**: Added support for emoji particles alongside image particles. Users can now use any emojis as falling particles, creating more dynamic visual effects.
- Enhanced performance and responsiveness for dynamic updates of particle properties, ensuring smoother interactions.
v1.0.6 #
New Features: #
- Enhanced performance and responsiveness for dynamic updates of particle properties, ensuring smoother interactions.
- All particle properties now require dynamic setters to notify listeners of changes.
Breaking Changes: #
- Updated Property Names:
totalParticles
particleFallSpeed
particleSize
particleRotationSpeed
particleWindSpeed
1.0.5 #
- Quick Fix
1.0.4 #
- Add Demo
1.0.3 #
- Update documentation
1.0.2 #
- Change default total objects to 40
- Change default rotation speed to 0.02
- Change default particle size to 30
- Change default start from top to false
- Now if rotation speed is 0 initial rotation is also 0
- Update example project
1.0.1 #
- Fix issues in documentation
- Fix issues in change log
1.0.0 #
- initial release.