windows_screen_guard 0.1.2 copy "windows_screen_guard: ^0.1.2" to clipboard
windows_screen_guard: ^0.1.2 copied to clipboard

Prevent screen capture, recording, and PrintScreen on Flutter Windows apps using the Windows display affinity API — the same method used by Netflix and banking apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add windows_screen_guard

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

dependencies:
  windows_screen_guard: ^0.1.2

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

Documentation

API reference

Publisher

verified publisheramrsabbagh.com

Weekly Downloads

Prevent screen capture, recording, and PrintScreen on Flutter Windows apps using the Windows display affinity API — the same method used by Netflix and banking apps.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on windows_screen_guard