screenshotx 1.0.0 copy "screenshotx: ^1.0.0" to clipboard
screenshotx: ^1.0.0 copied to clipboard

PlatformLinux

A flutter plugin to capture desktop screenshots and a color picker

ScreenshotX #

pub package

The ScreenshotX package provides a cross-platform solution for capturing desktop screenshots and picking colors from the screen in Flutter applications.

Linux macOS Windows
Support

Features #

  • Capture Screenshots
  • Pick Colors

Getting started #

To use the ScreenshotX plugin, add screenshotx as a dependency in your project's pubspec.yaml file.

Usage #

  1. Capture the full screen:
Image? fullScreenImage = await screenshotX.captureFullScreen();
  1. Pick color
Color? pickedColor = await screenshotX.pickColor();

For more details on using the ScreenshotX package, check out the example provided in the example directory.

Credits #

Created by @aadarshadhakalg

Feel free to report any issues or contribute to the project on GitHub. We appreciate your feedback and contributions!