screenshotx 1.0.0 screenshotx: ^1.0.0 copied to clipboard
A flutter plugin to capture desktop screenshots and a color picker
ScreenshotX #
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 #
- Capture the full screen:
Image? fullScreenImage = await screenshotX.captureFullScreen();
- 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!