screen_capturer
screen_capturer copied to clipboard
This plugin allows Flutter desktop apps to capture screenshots.
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.
添加ATL无效
   还有哪里没配置吗
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.