kinetic_lens_effect 1.0.0
kinetic_lens_effect: ^1.0.0 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 Dart:
$ dart pub add kinetic_lens_effectWith Flutter:
$ flutter pub add kinetic_lens_effectThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
kinetic_lens_effect: ^1.0.0Alternatively, your editor might support dart pub get or 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';