privacy_screen_guard 0.0.1 copy "privacy_screen_guard: ^0.0.1" to clipboard
privacy_screen_guard: ^0.0.1 copied to clipboard

Prevent screenshots and obscure sensitive app content during screen capture or background transitions on Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add privacy_screen_guard

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

dependencies:
  privacy_screen_guard: ^0.0.1

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:privacy_screen_guard/privacy_screen_guard.dart';
1
likes
140
points
103
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Prevent screenshots and obscure sensitive app content during screen capture or background transitions on Android and iOS.

Repository (GitHub)
View/report issues

Topics

#privacy #security #screenshot #screen-capture #flutter-plugin

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on privacy_screen_guard

Packages that implement privacy_screen_guard