particle_effect 1.0.3
particle_effect: ^1.0.3 copied to clipboard
A Flutter package for creating dynamic particle effects with configurable ranges and random movement.
Changelog #
1.0.3 #
2025-02-16
- Support for random particle rotation.
- Improved particle disappearance logic using opacity fading.
1.0.2 #
2025-02-15
- Support for random particle size.
1.0.1 #
2025-02-15
- Fix comments.
1.0.0 #
2025-02-15
- Initial release of the particle effect package.
- Implemented particle system with configurable range for position and velocity.
- Supported randomization of particle attributes within specified ranges.
- Included particle fading and lifetime management.