kinetic_lens_effect 1.0.2
kinetic_lens_effect: ^1.0.2 copied to clipboard
A beautiful kinetic dot-grid lens effect widget for Flutter. Wrap your app with LensEffect to add an animated, cursor-reactive background with zero boilerplate.
1.0.2 #
- Updated CHANGELOG.md to include all version history for pub.dev scoring.
1.0.1 #
- Fixed coordinate conversion bug: lens effect now tracks cursor correctly when
LensEffectis placed inside aContaineror any non-fullscreen widget. - Added
textDirection: TextDirection.ltrto internalStackto removeDirectionalitydependency. - Improved test coverage with
DirectionalityandMediaQuerywrappers.
1.0.0 #
- Stable release.
LensEffectwidget — wrap any widget tree for an animated dot-grid background.LensOptions— full customization: colors, radius, force, dot size, spacing, smoothing.LensController— programmatic toggle / update at runtime.LensEffectScope— InheritedWidget to access the controller anywhere in the tree.- Zero external dependencies (pure Flutter).
0.1.0 #
- Initial release.