How to Capture multiple screen screenshot in flutter desktop?

367 Views Asked by At

I am looking for a way or package that can help me to capture multiple screen.

I have been through some packages that supports single fullscreen screenshot but I want to capture all the screens connected.

2

There are 2 best solutions below

0
On

Unfortunately, Flutter does not provide an API for capturing screenshots of multiple screens that are connected to the same device. To capture screenshots of multiple screens, you would need to use an operating system-level tool or an external screen capture software.

0
On

Unfortunately you cant do it in flutter you have to write native code to the platform you target, because flutter only can give access to app level not system level