visual_effects_kit 0.1.2 copy "visual_effects_kit: ^0.1.2" to clipboard
visual_effects_kit: ^0.1.2 copied to clipboard

Procedural Flutter visual effects for animated backgrounds, surfaces, and interactive UI accents.

0.1.2 #

  • Added adjustable glass-panel blur controls in the example app so effects are easier to inspect.
  • Improved the example demo workflow for previewing backgrounds beneath the overlay panels.
  • Made all built-in effects honor the configured symbol, shared palette colors, and seeded random motion.
  • Added shared ripple response support across the built-in effects and exposed enableRipples in VisualEffectConfig.
  • Updated all built-in effects to render either arbitrary text symbols or vector shapes while keeping the shared config behavior consistent.
  • Added built-in shape rendering with VisualEffectShape.circle, square, and star.
  • Improved rendering performance by routing shapes through lightweight vector drawing and reducing symbol cache churn.
  • Updated the example app with ripple toggles, free-form glyph input, shape selection, and copy-paste config output.

0.1.1 #

  • Initial release of visual_effects_kit.
  • Added VisualEffectSurface for animated procedural effect backgrounds.
  • Added effect lookup by name and by index through VisualEffects.
  • Added immutable VisualEffectConfig and VisualEffectFrame models.
  • Added built-in plusGrid, dotField, and waveGrid effects.
  • Added built-in liquidRipple with click or touch ripples and pointer-driven liquid motion.
  • Added optional effectColors and randomMotionStrength config fields.
  • Added a responsive example app with live controls.
  • Added registry and custom effect extension points.
1
likes
160
points
188
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Procedural Flutter visual effects for animated backgrounds, surfaces, and interactive UI accents.

Repository (GitHub)
View/report issues

Topics

#flutter #animation #graphics #effects

License

MIT (license)

Dependencies

flutter

More

Packages that depend on visual_effects_kit