-
Notifications
You must be signed in to change notification settings - Fork 324
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
Flutter Inspector no longer navigates to source code after Flutter plugin update to 85.0.4 in Android Studio / IntelliJ #8041
Comments
@jwren Can we get a fix + hotfix release for this? This is a pretty disruptive bug for Flutter development, so would be good to prioritize if we can. |
@kenzieschmoll -- Yes. |
Not to be annoying... but I'm glad to see others are having the same issue. I spent almost 24 hours non-stop trying to fix this. I thought it was an isolated case... now I see it's not, and I have more hope that it'll be fixed soon... For anyone it might help, I can just say that VS Code works fine... but I still prefer Android Studio. |
Refer to #6875 (comment) Try the older Flutter Plugin Version (Please don't update the Flutter Plugin Version if not necessary!!!): |
This version is too old, 83.0.4 works well. |
It didn't work for me. What Android Studio and Flutter SDK version are you using? |
After updating the Flutter plugin to version 85.0.4 in both Android Studio and IntelliJ IDEA, the Flutter Inspector no longer navigates to the source code in the editor when selecting a widget from the app interface.
Behavior before the update:
Behavior after the update:
This appears to be a regression introduced in Flutter plugin version 85.0.4.
Steps to Reproduce
Expected Behavior
Selecting a widget via the Inspector should:
Actual Behavior
Environment
Please confirm if this is a known regression in
85.0.4
, and if there's any workaround available. I'm available to help test further or provide logs if needed.The text was updated successfully, but these errors were encountered: