blur_lock 0.0.1
blur_lock: ^0.0.1 copied to clipboard
A Flutter package to secure your sensitive UI content with a blur effect, PIN authentication, and biometric authentication (fingerprint/face unlock). Easily wrap any widget (like cards, containers, or [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blur_lock
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
blur_lock: ^0.0.1
Alternatively, 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:blur_lock/blur_lock.dart';