You can open Flutter Inspector by following this steps:
- You have to run your project first (flutter run -d chrome)
- press Shift+Ctrl+p to open command pallete.
- type Flutter:Open DevTools
- you can choose Flutter:Open DevTools in Web Browser
- connect to running app : (search the url in your flutter terminal)
for example:
The Flutter DevTools debugger and profiler on Chrome is available at: http://127.0.0.1:9101?uri=http://127.0.0.1:59007/18gRA86MFGU=
- enter the url. then the flutter inspector will be shown