What does the Select Widget Mode toggle do to the Flutter Inspector?
Enables devloper to tap directly on a UI element on physical device or emulator to let the emulator to jump and highlight the specific widget in the widget tree
Which tools help us to fix overflow errors? (Row, Columns)
The Layout Explorer
Which toggle should us enable to see the borders, padding, and alignment boxes of every widget drawn on the screen?
Debug Paint
What does Slow Animations toggle do?
Slows down all animations, useful for spotting visual glitches
What visual indicator does Flutter use on the emulator/device to show that a widget has exceeded its layout constraints?
Hazard Tape (Yellow and black striped warning box)
Which dev tools let us see if the UI is taking longer than 16ms to render a frame?
The Performance View
Which dev tools let us see if an API call to backend database succeeded, and to inspect the JSON data that was returned?
The Network View
Which dev tools let us hunt down memory leaks?
The Memory View