leanflutter / screen_capturer

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

imagePath is not null even if mode is CaptureMode.screen #19

Closed sglee487 closed 1 year ago

sglee487 commented 1 year ago

It works if assert(imagePath == null) is not exists.

lijy91 commented 1 year ago

Due to the lack of support for copying to the clipboard in the screen mode of Windows, this PR was ultimately adopted https://github.com/leanflutter/screen_capturer/pull/21