screen_capturer icon indicating copy to clipboard operation
screen_capturer copied to clipboard

This plugin allows Flutter desktop apps to capture screenshots.

Results 17 screen_capturer issues
Sort by recently updated
recently updated
newest added

i want to know if there is a way to obtain image bytes without saving the images to a file or copying it to the clipboard.? ``` Future takeScreenShot() async...

I found this package useful but it is unable to take a whole screenshot when I connect my external monitor to my laptop. It is taking only the screenshot of...

Hi guys! Your package is really awesome! But I wish there's a parameter to toggle shadows of the window capture.

yesterday and before it works fine on windows11,but today i can't get cature data,And I tested it on another Win7 device,it works,i didn't change any settings,I found some differences in...

can we have a option to provide RECT(startX, startY,endX,endY) to capture screenshot instead calling something like snipping tool to capture region?

A flag that can be set as true or false to toggle this function. if true there will be a small popup on the right side of the screen that...

Functionality to capture blurred screenshots.

![image](https://github.com/user-attachments/assets/599ff717-cfbe-4165-adeb-08108fcd651b) ![image](https://github.com/user-attachments/assets/5c393c19-b86f-4060-be3f-4f22c50def32) ![image](https://github.com/user-attachments/assets/7beb7dfb-747e-4974-af68-152277194583) 还有哪里没配置吗

Currently, when we use the gnome screenshot in Linux the blink animation and accompanying sound effect for notifications is there. While this feature is helpful for some users, others may...

All the other `CaptureMode `works, but `CaptureMode.screen` doesn't. The `CapturedData? capturedData` will return null, and if the path is specified no file is created. No error is showing.