InspectorΒΆ
New in version 1.0.9.
Warning
This module is highly experimental, use it with care.
Inspector is a tool to lookup the widget tree by pointing widget on the screen. Some keyboard shortcut are activated:
- “Ctrl + e”: activate / deactivate inspector view
- “Escape”: cancel widget inspect first, then hide inspector view
Available inspect interactions:
- tap once on a widget to select it without leaving inspect mode
- double tap on a widget to select and leave inspect mode (then you can manipulate the widget again)
Some properties can be edited in live. However, this due to delayed usage of some properties, you might have crash if you didn’t handle all the case.