just_screenshot 0.1.0 copy "just_screenshot: ^0.1.0" to clipboard
just_screenshot: ^0.1.0 copied to clipboard

PlatformWindows

Windows screenshot plugin for Flutter - capture full screen or select regions interactively

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add just_screenshot

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

dependencies:
  just_screenshot: ^0.1.0

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:just_screenshot/screenshot.dart';
import 'package:just_screenshot/screenshot_method_channel.dart';
import 'package:just_screenshot/screenshot_platform_interface.dart';
0
likes
160
points
127
downloads

Publisher

unverified uploader

Weekly Downloads

Windows screenshot plugin for Flutter - capture full screen or select regions interactively

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on just_screenshot

Packages that implement just_screenshot