Skip to content

3 of the DevTools windows not appearing when the Flutter IJ plugin is installed. #8029

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jwren opened this issue Apr 9, 2025 · 2 comments · Fixed by #8030
Closed

3 of the DevTools windows not appearing when the Flutter IJ plugin is installed. #8029

jwren opened this issue Apr 9, 2025 · 2 comments · Fixed by #8030
Assignees
Labels
Milestone

Comments

@jwren
Copy link
Member

jwren commented Apr 9, 2025

Of the 4 Dart DevTools tool windows, only the Inspector is appearing as present in the Flutter IntelliJ plugin

@jwren jwren added the bug label Apr 9, 2025
@jwren jwren added this to the M85 milestone Apr 9, 2025
@jwren jwren self-assigned this Apr 9, 2025
jwren added a commit to jwren/flutter-intellij that referenced this issue Apr 9, 2025
@jwren jwren closed this as completed Apr 9, 2025
jwren added a commit that referenced this issue Apr 9, 2025
@jwren jwren modified the milestones: M85, M85.3 May 1, 2025
@jwren jwren reopened this May 1, 2025
@jwren
Copy link
Member Author

jwren commented May 1, 2025

This is not resolved. The issue seems to stem from the dependency on the immediate existence of the version file, see flutter/flutter#142521

The fix will be to either

  1. remove the version check,
  2. or to return this check in an async manner to the IDEA platform.

jwren added a commit to jwren/flutter-intellij that referenced this issue May 2, 2025
This fixes the issue of DevTools windows not appearing (flutter#8029). Currently, this only would resolve the issue for Deep Links.
jwren added a commit to jwren/flutter-intellij that referenced this issue May 6, 2025
This fixes the issue of DevTools windows not appearing (flutter#8029). Currently, this only would resolve the issue for Deep Links.
jwren added a commit to jwren/flutter-intellij that referenced this issue May 7, 2025
The class AbstractDevToolsViewFactory is introduced to validate the existence of the Flutter SDK for 4 of the DevTools windows, providing actionable messages for users to fix their Flutter dev setup.
jwren added a commit to jwren/flutter-intellij that referenced this issue May 8, 2025
The class AbstractDevToolsViewFactory is introduced to validate the existence of the Flutter SDK for 4 of the DevTools windows, providing actionable messages for users to fix their Flutter dev setup.
jwren added a commit that referenced this issue May 8, 2025
Fixes the issue of DevTools windows not appearing
(#8029).

The class AbstractDevToolsViewFactory is introduced to validate the
existence of the Flutter SDK for 4 of the DevTools windows, providing
actionable messages for users to fix their Flutter dev setup.

Example of one of the 3 error cases:
<img width="489" alt="Screenshot 2025-05-02 at 4 05 21 PM"
src="https://github.com/user-attachments/assets/4e312004-737d-4db7-b23e-3677e0a8c949"
/>
@jwren
Copy link
Member Author

jwren commented May 14, 2025

Fixed with the recent 85.3 release of the Flutter IJ plugin

@jwren jwren closed this as completed May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant