particle_effect 1.0.5
particle_effect: ^1.0.5 copied to clipboard
A Flutter package for creating dynamic particle effects with configurable ranges and random movement.
Changelog #
1.0.5 #
2025-02-24
- fix print statement
1.0.4 #
2025-02-24
- Support for random particle rotation.
- Improved particle disappearance logic using opacity fading.
- Added
lifeTimeas aRangeto randomize the lifetime of particles. - All particles now appear with fading effect by default.
- The
intervalargument is no longer required for particle creation.
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.