24 - How to Use the Flutter Inspector

Опубликовано: 12 Октябрь 2024
на канале: Rohan Taneja
14,527
112

Quite often, you just want to visualise how much space each widget occupies on the screen. It can be tough to visualise that on an emulator or a real device without providing a unique background color to each widget. Hence, you can make use of the Flutter outline to see a quick overview of the space occupied by each widget.

Flutter Inspector: https://flutter.dev/docs/development/...