disable_screenshots_mirror 0.2.0+4
disable_screenshots_mirror: ^0.2.0+4 copied to clipboard
提供截屏监控、全局添加水印、禁用截屏(仅支持Android)功能,有效防止敏感信息通过截屏泄露,保护App内容安全。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add disable_screenshots_mirrorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
disable_screenshots_mirror: ^0.2.0+4Alternatively, 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:disable_screenshots_mirror/disable_screenshots_mirror.dart';