particle_text 0.1.1
particle_text: ^0.1.1 copied to clipboard
Interactive particle text effect for Flutter. Thousands of particles form text shapes and scatter on touch/hover, with spring-based physics.
0.1.1 #
- Repository URL fix
0.1.0 #
- BREAKING: Core engine extracted to
particle_corepackage - ParticleText widget now depends on
particle_corefor physics and rendering - Re-exports
particle_corefor convenience — no extra imports needed - Removed
ParticleImage(moved to separateparticle_imagepackage)
0.0.2 #
- Added responsive density-based particle count
- Single GPU draw call rendering via
drawRawAtlas - Fixed deprecated Flutter API warnings
- Fixed half-text rendering on high-DPR devices
0.0.1 #
- Initial release