privacy_lens 1.0.2 copy "privacy_lens: ^1.0.2" to clipboard
privacy_lens: ^1.0.2 copied to clipboard

A lightweight Flutter widget to mask sensitive data from screen captures and recordings.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add privacy_lens

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  privacy_lens: ^1.0.2

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:privacy_lens/privacy_lens.dart';
0
likes
150
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter widget to mask sensitive data from screen captures and recordings.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on privacy_lens

Packages that implement privacy_lens