Expected result: FLutter Inspector shows the "Widget tree" of an application.
Actual result: FLutter Inspector does not show the "Widget tree" of an application.
[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.19041.153], locale ru-UA)
• Flutter version 1.12.13+hotfix.8 at C:\flutter
• Framework revision 0b8abb4724 (5 weeks ago), 2020-02-11 11:44:36 -0800
• Engine revision e1e6ced81d
• Dart version 2.7.0
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at C:\Android\android-sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• ANDROID_HOME = C:\Android\android-sdk
• Java binary at: C:\Java\AdoptOpenJDK\jdk-8.0.242.08-hotspot\bin\java
• Java version OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_242-b08)
• All Android licenses accepted.
[!] Android Studio (not installed)
• Android Studio not found; download from https://developer.android.com/studio/index.html
(or visit https://flutter.dev/setup/#android-setup for detailed instructions).
[√] IntelliJ IDEA Community Edition (version 2019.3)
• IntelliJ at C:\Users\ivan_\AppData\Local\JetBrains\Toolbox\apps\IDEA-C\ch-0\193.6494.35
• Flutter plugin version 43.0.3
• Dart plugin version 193.6015.53
[√] VS Code (version 1.43.0)
• VS Code at C:\Users\ivan_\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.8.1
[√] Connected device (1 available)
• AOSP on IA Emulator • emulator-5554 • android-x86 • Android 9 (API 28) (emulator)
! Doctor found issues in 1 category.
Important note: I'm facing this issue on Win & Mac versions of IntelliJ IDEA CE, I've reproduced it on the IntelliJ IDEA 2020.1 EAP. Also if after the 2nd step you click on the "Dart DevTools" (it will show you the "Widget tree" into browser properly) and then close the browser's tab - Widget tree will appear into IntelliJ's Flutter inspector.
@jacob314
@Ivan-Gorchakov - is this for a flutter mobile or flutter web app?
@devoncarew it is a flutter mobile app.
@devoncarew BTW, I've created new clean flutter project in IntelleJ - inspector works properly (running main.dart opens inspector tab with loading whole tree). So it can be related to the fact, that we are using Redux in ours.
@Ivan-Gorchakov - is this for a flutter mobile or flutter web app?
in flutter web not work too (visual studio code)
This is mobile.
I have a similar problem not all of the widget tree is shown only up to the MaterialApp. I can't reproduce it on a new project. How can I tackle this?
I am having the same issue.. I am working on an app previously built by someone else. when I launch the flutter inspector, it show the widget tree slot empty. Now I don't know if it's the code or a third party library interfering with this or what.. but it sure is annoying.. please help... !!!
Please uncheck the "Disable tracking widget creation locations" setting and let me know if you still see the issue. We should make the inspector still work somewhat when widget creation locations are disabled but that setting is crucial for the inspector to work well.
It shows me a widget tree from time to time (if I left it alone for a few minutes), I guess it depends on the app complexity - maybe it needs more time to load. But I'm not 100% sure about this. So if you need it fast - just do like I've mentioned in this report: "click on the "Dart DevTools" (it will show you the "Widget tree" into browser properly)".
Ha-ha, looks like I've jinxed it via my previous post - this is how Flutter Inspector looks like for me now

@jacob314 should I create a separate issue for the current Flutter Inspector tab behavior (from my comment above)? I'm facing it on Mac & Win IntelliJ:
[✓] Flutter (Channel stable, 1.22.3, on Mac OS X 10.15.7 19H2, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[✓] Xcode - develop for iOS and macOS (Xcode 12.1)
[!] Android Studio (not installed)
[✓] VS Code (version 1.49.1)
[✓] Connected device (1 available)
! Doctor found issues in 1 category.
[√] Flutter (Channel stable, 1.22.3, on Microsoft Windows [Version 10.0.19042.572], locale ru-UA)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[!] Android Studio (not installed)
[√] VS Code, 64-bit edition (version 1.50.1)
[√] Connected device (1 available)
! Doctor found issues in 1 category.
Same issue happened here on Windows & VS Code.
PS C:\Users\Fukka\Documents\getx_prismahr> flutter doctor
[√] Flutter (Channel stable, 1.20.4, on Microsoft Windows [Version 10.0.19042.572], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[√] Android Studio (version 4.0)
[√] VS Code, 64-bit edition (version 1.50.1)
[√] Connected device (1 available)
• No issues found!
