particle_text 0.2.1 copy "particle_text: ^0.2.1" to clipboard
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; maxParticleCount only 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_core package
  • ParticleText widget now depends on particle_core for physics and rendering
  • Re-exports particle_core for convenience — no extra imports needed
  • Removed ParticleImage (moved to separate particle_image package)

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
5
likes
160
points
166
downloads

Publisher

verified publishermindwaveinfoway.com

Weekly Downloads

Interactive particle text effect for Flutter. Thousands of particles form text shapes and scatter on touch/hover, with spring-based physics.

Homepage
Repository (GitHub)
View/report issues

Topics

#particles #text #animation #effects #interactive

Documentation

API reference

License

MIT (license)

Dependencies

flutter, particle_core

More

Packages that depend on particle_text