hi , im using flutter for some time now, lightest debug process is for desktop as i tried ,
i,ve been thinking How Exactly should we run 2 or more flutter apps running , (Macos)
because right now when i run second one , the first one quits ,
is that even possible for now (2 or more (different or even similar) apps for desktop platform on the fly) (debug)(parallel independent hot_view as another dart process or whatever)?
i appreciate your answer <3
1.10.2pre

We currently kill the old desktop process if a new one starts up, I think I should just remove that behavior.
This is tracked already as https://github.com/flutter/flutter/issues/37889; closing this version since it's a flutter behavior, not an FDE behavior.
Most helpful comment
This is tracked already as https://github.com/flutter/flutter/issues/37889; closing this version since it's a
flutterbehavior, not an FDE behavior.