screen_capture_restrictions 1.0.0 icon indicating copy to clipboard operation
screen_capture_restrictions: ^1.0.0 copied to clipboard

A flutter plugins to restrictions to screen capture on mobile platforms.

screen_capture_restrictions #

A flutter plugins to restrictions to screen capture on mobile platforms.

Installation #

Add screen_capture_restrictions as a dependency in your pubspec.yaml file.

Usage #

From your Dart code, you need to import the plugin and use it's static methods.

If you want to restrict screen captures, run enableSecure. To remove the restriction, execute disableSecure.

// restrict screen captures
await ScreenCaptureRestrictions.enableSecure();

// remove restriction
await ScreenCaptureRestrictions.disableSecure();
7
likes
120
pub points
72%
popularity

Publisher

verified publisher iconcam-inc.dev

A flutter plugins to restrictions to screen capture on mobile platforms.

Documentation

API reference

License

Icon for licenses.BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on screen_capture_restrictions