September 2019
Beginner
512 pages
12h 52m
English
On supported IDEs, the plugin already offers ways to access the widget inspector, using the Flutter widget inspector tool under the hood. It is also accessible in the DevTools suite:

As you can see, the widget tree is presented and we can access all details about widgets. For web developers, this will look very similar to element explorer in web developer tools, like the one in Chrome, for instance.
Like profiler and debugger tools, exploring the widget tree in details can be extremely helpful to find out layout issues that would be difficult without visualization of the tree.
Also, looking at the previous ...
Read now
Unlock full access