secure_screen_wrapper 1.0.0 copy "secure_screen_wrapper: ^1.0.0" to clipboard
secure_screen_wrapper: ^1.0.0 copied to clipboard

Prevent screenshots on Android, iOS, and Web. Blocks screenshots on Android, makes them black on iOS, and adds protection layers on Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add secure_screen_wrapper

With Flutter:

 $ flutter pub add secure_screen_wrapper

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

dependencies:
  secure_screen_wrapper: ^1.0.0

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:secure_screen_wrapper/secure_screen_wrapper.dart';
3
likes
0
points
198
downloads

Publisher

unverified uploader

Weekly Downloads

Prevent screenshots on Android, iOS, and Web. Blocks screenshots on Android, makes them black on iOS, and adds protection layers on Web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on secure_screen_wrapper

Packages that implement secure_screen_wrapper