zo_screenshot 0.0.2
zo_screenshot: ^0.0.2 copied to clipboard
zo_screenshot is a Flutter plugin that allows you to enable, disable, toggle, or stream screenshot events in your application.
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.2
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';