pkb_secure_snapshot 1.0.0
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_snapshotThis 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.0Alternatively, 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';