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

A Flutter plugin to enhance screen security by preventing screenshots and recordings on Android, providing screenshot event notifications on iOS, and enabling app switch screen blur/whiteout.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add screen_security_kit

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 dart pub get):

dependencies:
  screen_security_kit: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to enhance screen security by preventing screenshots and recordings on Android, providing screenshot event notifications on iOS, and enabling app switch screen blur/whiteout.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on screen_security_kit

Packages that implement screen_security_kit