screen_security_kit 0.0.4 copy "screen_security_kit: ^0.0.4" to clipboard
screen_security_kit: ^0.0.4 copied to clipboard

A Flutter plugin to prevent screenshots/recordings on Android, notify on iOS screenshots, and blur/whiteout app switcher previews.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screen_security_kit

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

dependencies:
  screen_security_kit: ^0.0.4

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:screen_security_kit/screen_security_kit.dart';
8
likes
160
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to prevent screenshots/recordings on Android, notify on iOS screenshots, and blur/whiteout app switcher previews.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_security_kit

Packages that implement screen_security_kit