visual_effects_kit 0.1.2
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
enableRipplesinVisualEffectConfig. - 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, andstar. - 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
VisualEffectSurfacefor animated procedural effect backgrounds. - Added effect lookup by name and by index through
VisualEffects. - Added immutable
VisualEffectConfigandVisualEffectFramemodels. - Added built-in
plusGrid,dotField, andwaveGrideffects. - Added built-in
liquidRipplewith click or touch ripples and pointer-driven liquid motion. - Added optional
effectColorsandrandomMotionStrengthconfig fields. - Added a responsive example app with live controls.
- Added registry and custom effect extension points.