leanflutter / screen_capturer

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

feat: spectacle support on Linux #27

Closed gvenusleo closed 5 months ago

gvenusleo commented 8 months ago

I noticed that screen_capturer takes screenshots by executing the gnome-screenshot command on the Linux platform, but in some distributions, gnome-screenshot is not the default screenshot software. For example, the default screenshot software in the KDE Plasma desktop environment is spectacle .

So, in this PR, I've added support for spectacle . This might solve #26 .