UPDATE :
Read moreHow do I show preview in flutter?
Run the preview
Read moreHow do I turn on Flutter inspector?
5 Answers
Read moreHow do you get the widget tree in Flutter?
Open the starter project in Android Studio, run flutter pub get if necessary, then run the app.
Read moreHow do you use dev tools in Flutter?
Once an app is running, you can start DevTools using one of the following:
Read moreHow do I open Vscode DevTools in Flutter?
Launch DevTools Clicking the Open button uses pub global activate to activate the DevTools package for you . Next, DevTools launches in your browser and automatically connects to your debug session. While DevTools is active, you’ll see them in the status bar of VS Code.
Read moreHow do I open widget inspector?
UPDATE :
Read more