anti_screenshot_guard 1.0.4 copy "anti_screenshot_guard: ^1.0.4" to clipboard
anti_screenshot_guard: ^1.0.4 copied to clipboard

A Flutter plugin to prevent screenshots and detect screenshot events on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add anti_screenshot_guard

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

dependencies:
  anti_screenshot_guard: ^1.0.4

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:anti_screenshot_guard/anti_screenshot_guard.dart';
0
likes
155
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin to prevent screenshots and detect screenshot events on Android and iOS.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on anti_screenshot_guard

Packages that implement anti_screenshot_guard