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

Flutter plugin that allows you to detect iOS screen capture.

capture_detector #

Flutter plugin that allows you to detect iOS screen capture.

Usage #

Import the package #

To use this plugin, follow the plugin installation instructions.

Use the plugin #

Add the following import to your Dart code:

import 'package:capture_detector/capture_detector.dart';

There are two way to get state of screen captured.

Subscription
CaptureDetector.isCapturedStream.listen((event) => print(event));
Once
CaptureDetector.getIsCaptured.then((val) => print(val));

Issues and Feedback #

Please file issues to send feedback or report a bug. Thank you !

Author #

License #

MIT

1
likes
150
pub points
10%
popularity

Publisher

unverified uploader

Flutter plugin that allows you to detect iOS screen capture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on capture_detector