no_screenshot_plus 0.3.3 copy "no_screenshot_plus: ^0.3.3" to clipboard
no_screenshot_plus: ^0.3.3 copied to clipboard

Flutter plugin to enable, disable, toggle or stream screenshot activities in your application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add no_screenshot_plus

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

dependencies:
  no_screenshot_plus: ^0.3.3

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:no_screenshot_plus/constants.dart';
import 'package:no_screenshot_plus/no_screenshot.dart';
import 'package:no_screenshot_plus/no_screenshot_method_channel.dart';
import 'package:no_screenshot_plus/no_screenshot_platform_interface.dart';
import 'package:no_screenshot_plus/screenshot_snapshot.dart';
0
likes
65
points
11
downloads

Documentation

API reference

Publisher

verified publishertheananta.in

Weekly Downloads

Flutter plugin to enable, disable, toggle or stream screenshot activities in your application.

Homepage
Repository (GitHub)

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on no_screenshot_plus

Packages that implement no_screenshot_plus