secure_guard 0.2.0 copy "secure_guard: ^0.2.0" to clipboard
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_guard

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

dependencies:
  secure_guard: ^0.2.0

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:secure_guard/secure_guard.dart';
0
likes
160
points
27
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Blocks sensitive screens while an audio or video call, a screen recording or a remote control session is active on the device.

Repository (GitHub)
View/report issues

Topics

#security #screen-capture #remote-access

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on secure_guard

Packages that implement secure_guard