particle_text 0.2.1
particle_text: ^0.2.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.2.1 #
- FEAT(particle_core): implement responsive resizing, dark pixel visibility, and monorepo versioning (v0.2.0). (8c666597)
- FEAT(particle_core): implement content-aware density scaling and responsive font sizes. (270aa397)
- FEAT(particle_core): add support for custom font size, multi-line text, and transparent backgrounds. (102d7ad8)
- DOCS: improve code documentation and add melos doc scripts. (2baf45db)
- DOCS(readme): Update package dependency versions. (c49b3ea2)
0.2.0 #
- Responsive resize: particles automatically re-rasterize and reposition when widget size changes (window resize, orientation change)
- Max particle count: density-based count can exceed the default 50k cap;
maxParticleCountonly acts as a hard limit when explicitly set - Monorepo versioning: all packages now share the same version number
- Requires
particle_core: ^0.2.0
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