advanced_particle_effects 1.1.1
advanced_particle_effects: ^1.1.1 copied to clipboard
Easy-to-use particle effects for Flutter. Customizable particle count, size, colors, and connection lines. Works with zero configuration, smart defaults included.
Changelog #
1.1.1 - 2025-11-19 #
Fixed #
- README Images: Updated image paths to use absolute GitHub URLs so screenshots display correctly on pub.dev.
1.1.0 - 2025-11-19 #
Added #
- Dynamic Coloring: Particles and lines can now change color based on their position using
particleColorBuilderandlineColorBuilder. - Split Screen Effect: New
SplitScreenParticleSystemwidget for easy diagonal split-screen effects. - Customizable Presets: Static presets like
Bubbles,Rain, andSnoware now customizable methods (e.g.,ParticleConfig.bubbles(colors: [...])).
Changed #
- Deprecation Fixes: Replaced
withOpacitywithwithValuesfor compatibility with newer Flutter versions. - Rain Effect: Improved density and continuity for a more realistic look.