leanflutter / screen_capturer

This plugin allows Flutter desktop apps to capture screenshots.
MIT License
79 stars 28 forks source link

Option to capture region in background #24

Open nhh1500 opened 10 months ago

nhh1500 commented 10 months ago

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