particle_image 0.2.1
particle_image: ^0.2.1 copied to clipboard
Interactive image-to-particle effect for Flutter. Renders any image as thousands of colored particles that scatter on touch/hover with spring 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)
- Dark pixel visibility: image content with dark/near-black pixels (e.g. logo text) is automatically brightened while preserving hue
- Background options: supports dark, light, and transparent backgrounds via
drawBackgroundandbackgroundColor - 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.0.2 #
- Repository URL fix
0.0.1 #
- Initial release
- ParticleImage widget — render images as colored particles
- ParticleImage.asset() for loading from Flutter assets
- Per-pixel color from source image
- Auto background color detection (solid backgrounds filtered)
- Powered by particle_core engine