DevTools(Flutter) is awesome

Ever wonder how easy your life would be if you could have the inspect element feature for developing Flutter apps?
Flutter takes care of you by providing you with a powerful tool called as DevTools.
I use to ignore this prompt every time it came up on my Vscode screen, yesterday I got stuck on a UI bug and couldn't get it fixed even after spending 2 hours on it. I thought of giving DevTools a try and oh my god it's really awesome.

You can run your app and just click on the Container/Widget that's causing the issue and you will be able to see its Widget tree, and detail about that particular Widget.
This has been really useful for me and has saved me a lot of time, especially for solving overflow issues.
To open dart tools on Windows just press "Ctrl"+"Alt"+"D" or
open the command palette and search for dart DevTools

I wonder what other useful things I have skipped.

graphical user interface, text, application