particle_text 0.3.1 copy "particle_text: ^0.3.1" to clipboard
particle_text: ^0.3.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.3.1 #

  • Fix: updated with minor changes

0.3.0 #

  • Pause / resume: paused param + auto-pause on app background (WidgetsBindingObserver) and inactive tabs (TickerMode)
  • onReady callback: fires once when particles fully settle into shape
  • onPause / onResume callbacks: fire on any pause/resume transition (manual, background, tab)
  • Requires particle_core: ^0.3.0

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
13
likes
160
points
29
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, particle_core

More

Packages that depend on particle_text