I have two HDMI touchscreen displays plugged to a Linux computer. I am running a Flutter Linux desktop app on the computer.
Is it possible to have a single flutter app running, but displaying on two separate full screen windows? The interface on the two windows are not the same, but needs to interact with the same devices.
I have two HDMI touchscreen displays plugged to a Linux computer. I am running a Flutter Linux desktop app on the computer.
Is it possible to have a single flutter app running, but displaying on two separate full screen windows? The interface on the two windows are not the same, but needs to interact with the same devices.
Share Improve this question asked Feb 14 at 16:37 ESDESD 5442 gold badges12 silver badges36 bronze badges 1- 2 pub.dev/packages/desktop_multi_window? But also: docs.google/document/d/… – Frank van Puffelen Commented Feb 14 at 16:58
1 Answer
Reset to default -2You can use flavors to run two environment, you can running your app in two display.