particle_text 0.0.2
particle_text: ^0.0.2 copied to clipboard
Interactive particle text and image effect for Flutter. Particles form text or image shapes and scatter on touch/hover, with spring-based physics and full customization.
0.0.2 #
- Added
ParticleImagewidget — render images as colored particles - Added
ParticleImage.asset()for loading from assets - Per-pixel color support: each particle takes its source pixel color
- Responsive particle count via
particleDensity(scales with screen size) - Single GPU draw call rendering via
drawRawAtlas(10,000+ particles at 60fps) - Added 5 new example demos: Auto Morphing, Custom Colors, Performance Test, Splash Screen, Image to Particle
- Fixed deprecated Flutter API warnings (
withOpacity,Color.red/green/blue) - Fixed half-text rendering issue on high-DPR devices
0.0.1 #
- Initial release
- Interactive particle text rendering with spring physics
- Touch and hover pointer interaction
- Configurable colors, physics, particle count, and font
- Built-in presets: cosmic, fire, matrix, pastel, minimal
- Cross-platform support (iOS, Android, Web, macOS, Windows, Linux)