atmospheric_particles 0.0.3
atmospheric_particles: ^0.0.3 copied to clipboard
Enhance your Flutter application's visual appeal with atmospheric particle effects. This package provides a simple, performant way to layer subtle, moving particles onto your widgets, transforming sta [...]
0.0.3 #
0.0.2 #
- Added an
example/folder containing a working demonstration.
0.0.1 #
- Initial Release!
- Added
AtmosphericParticleswidget to easily add a particle effect background to any widget. - Added
ParticleCanvasfor managing particle state and animation loop. - Added
ParticlePainterfor custom painting particles onto the canvas. - Added customization for:
particleColorparticleCountparticleRadiusminHorizontalVelocity/maxHorizontalVelocityminVerticalVelocity/maxVerticalVelocity
- Added
enableVerticalFadeoption for a vertical "fade-in" opacity gradient.