How to open Flutter DevTools in a separate window when using Visual Studio Code, so one can debug on a second monitor?
To do this, go to VS Code settings (ctrl
+ ,
) and type embed devtools
:
Unchecking this will result in DevTools being opened in Chrome.