Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Semantics Debugger #31

Open fertrig opened 2 years ago

fertrig commented 2 years ago

Add option to debug the semantics layer via the Semantics Debugger, which is an overlay to help visualize the semantics tree. It can be enabled using WidgetsApp.showSemanticsDebugger or MaterialApp.showSemanticsDebugger.