pkb_screen_guard 0.0.2 copy "pkb_screen_guard: ^0.0.2" to clipboard
pkb_screen_guard: ^0.0.2 copied to clipboard

A Flutter plugin that protects screen security (screenshot, recording, mirroring, root/jailbreak detection).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pkb_screen_guard

With Flutter:

 $ flutter pub add pkb_screen_guard

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

dependencies:
  pkb_screen_guard: ^0.0.2

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:pkb_screen_guard/pkb_screen_guard.dart';
1
likes
0
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin that protects screen security (screenshot, recording, mirroring, root/jailbreak detection).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on pkb_screen_guard

Packages that implement pkb_screen_guard