fluttervisual-studio-code

Get Dart Devtools to open in Chrome


Currently, Dart Devtools opens as a tab in VSCode. I want it to go back to opening in Chrome as it did in previous versions of Flutter.


Solution

  • Update VSCode to the newest Version.

    VSCode Update

    Update Flutter

    flutter Update

    Now run your Project and then click [ctrl] + [alt] + [d] for running dart devtools. VSCode is asking you where you wish to open DevTools.

    enter image description here