zo_screenshot 0.0.4 copy "zo_screenshot: ^0.0.4" to clipboard
zo_screenshot: ^0.0.4 copied to clipboard

A Flutter plugin to block screenshots and screen recording for privacy, while allowing secure screenshot capture of specific widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zo_screenshot

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

dependencies:
  zo_screenshot: ^0.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:zo_screenshot/zo_screenshot.dart';
4
likes
140
points
101
downloads

Publisher

verified publisherthezerone.com

Weekly Downloads

A Flutter plugin to block screenshots and screen recording for privacy, while allowing secure screenshot capture of specific widgets.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path_provider, plugin_platform_interface, share_plus

More

Packages that depend on zo_screenshot

Packages that implement zo_screenshot