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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add kinetic_lens_effectThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
kinetic_lens_effect: ^1.0.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:kinetic_lens_effect/kinetic_lens_effect.dart';