pkb_screen_guard 0.0.1
pkb_screen_guard: ^0.0.1 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 Flutter:
$ flutter pub add pkb_screen_guardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pkb_screen_guard: ^0.0.1Alternatively, 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_screen_guard/pkb_screen_guard.dart';