Inspect Widget
If you are coming from a web development background then you probably knowing ‘🔎Inspect element’ where you can see all the properties applied to any HTML tag. This is the same feature with some limitations that brings joy to mobile development.

- Click Flutter inspector.
- Click on the ‘Enable Select Widget Mode’.
- Select any widget on the screen.
The problem is that sometimes it becomes difficult to find any widget in dart file even if it is properly structured. You can use the Flutter Widget Inspector to locate any widget on the screen and see all the applied properties. You can not modify the properties at runtime as of now, It is very useful though. Maybe we expect that in the future.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.