leanflutter / screen_capturer

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

CaptureMode.screen now working on Windows 10 #41

Open apoleo88 opened 5 days ago

apoleo88 commented 5 days ago

All the other CaptureModeworks, 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.

Marco-Nagy commented 3 days ago

i have the same issue and i need a solution