pkb_secure_snapshot 1.0.0 copy "pkb_secure_snapshot: ^1.0.0" to clipboard
pkb_secure_snapshot: ^1.0.0 copied to clipboard

Flutter plugin to secure recent-app snapshots on Android (FLAG_SECURE) and to react to iOS screenshot/screen-recording events with optional masking overlays.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add pkb_secure_snapshot

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

dependencies:
  pkb_secure_snapshot: ^1.0.0

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:pkb_secure_snapshot/pkb_secure_snapshot.dart';
0
likes
160
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin to secure recent-app snapshots on Android (FLAG_SECURE) and to react to iOS screenshot/screen-recording events with optional masking overlays.

Repository (GitHub)
View/report issues

Topics

#flutter-plugin #security #privacy #screenshot #ios

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on pkb_secure_snapshot

Packages that implement pkb_secure_snapshot