secure_guard 0.2.0
secure_guard: ^0.2.0 copied to clipboard
Blocks sensitive screens while an audio or video call, a screen recording or a remote control session is active on the device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secure_guardThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
secure_guard: ^0.2.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:secure_guard/secure_guard.dart';