halildurmus / win32

Access common Win32 APIs directly from Dart using FFI — no C required!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
755 stars 124 forks source link

How to display another page of flutter to the extension screen? #668

Closed Dboy233 closed 1 year ago

Dboy233 commented 1 year ago

How to display another page of flutter to the extension screen?

I have two monitors, and when I open another page, I want to actively display the page on another screen. Is there a corresponding API operation?

I am an Android developer and don't know much about the operation of windwos.

timsneath commented 1 year ago

This is blocked by the absence of multiple windows, which is a feature in early preview: https://www.youtube.com/watch?v=vtB-teu57vw

When we have multiple window support, you'll be able to use this package to programmatically move a window from one desktop to another.