How do I connect to DevTools?

Open DevTools and connect to the target app Copy the Dart DevTools debugger and profiler URL, and paste it into the address bar of a Chrome browser window . When you visit that URL in Chrome, the Dart DevTools UI appears, displaying information about the target app. Click Debugger to start debugging the app.

Read more