flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Flutter inspector for widget tests

Open xster opened this issue 5 years ago • 3 comments

Debugging complex widget tests often involves a lot of debugDumpApp() to look at the current state of the UI but terminal tree dumps are unwieldy. Especially trying to connect widgets with render objects. Would be awesome to bring the power of the inspector to tests.

xster avatar Aug 18 '18 02:08 xster

cc @jacob314 for FYI

devoncarew avatar Aug 20 '18 21:08 devoncarew

I'm totally agreed. For example, Xamarin (C#) has an awesome app.Repl() which prints out in the terminal compact & understandable tree without all unnecessary info like debugDumpApp().

ivan-horchakov avatar May 08 '20 13:05 ivan-horchakov

Absolutely. It would be so useful.

rollin-s avatar Apr 11 '22 09:04 rollin-s