flutter-intellij
flutter-intellij copied to clipboard
Flutter Inspector still doesn't jump to source even using the plugin `85.2.4` version
Is this fixed? I can still reproduce this issue with
85.2.4version.fvm flutter doctor -v [✓] Flutter (Channel stable, 3.29.3, on macOS 15.4.1 24E263 darwin-arm64, locale zh-Hans-MY) [268ms] • Flutter version 3.29.3 on channel stable at /Users/taboosun/fvm/versions/3.29.3 • Upstream repository https://github.com/flutter/flutter.git • Framework revision ea121f8859 (13 days ago), 2025-04-11 19:10:07 +0000 • Engine revision cf56914b32 • Dart version 3.7.2 • DevTools version 2.42.3 [✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [846ms] • Android SDK at /Users/taboosun/Library/Android/sdk • Platform android-35, build-tools 35.0.0 • ANDROID_HOME = /Users/taboosun/Library/Android/sdk • Java binary at: /Users/taboosun/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java This is the JDK bundled with the latest Android Studio installation on this machine. To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`. • Java version OpenJDK Runtime Environment (build 21.0.6+-13355223-b631.42) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 16.3) [518ms] • Xcode at /Applications/Xcode.app/Contents/Developer • Build 16E140 • CocoaPods version 1.16.2 [✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) [71ms] ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable. [✓] Android Studio (version 2024.3) [70ms] • Android Studio at /Users/taboosun/Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 21.0.6+-13355223-b631.42) [✓] IntelliJ IDEA Ultimate Edition (version 2025.1) [69ms] • IntelliJ at /Users/taboosun/Applications/IntelliJ IDEA Ultimate.app • Flutter plugin version 85.2.4 • Dart plugin version 251.25267.1
Originally posted by @TabooSun in #8041
Same here, flutter 3.29.3, plugin 85.2.4
Same issue!!!
and it take very long time hightlight code(without any info or progress indicator) and ui will freeze 3-4s after format code triggered
/Users/cruvie/Documents/flutter/bin/flutter doctor --verbose
[✓] Flutter (Channel stable, 3.29.3, on macOS 15.4.1 24E263 darwin-arm64, locale zh-Hans-CN) [1,054ms]
• Flutter version 3.29.3 on channel stable at /Users/cruvie/Documents/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision ea121f8859 (5 weeks ago), 2025-04-11 19:10:07 +0000
• Engine revision cf56914b32
• Dart version 3.7.2
• DevTools version 2.42.3
• Pub download mirror https://pub.flutter-io.cn
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.1) [1,986ms]
• Android SDK at /Users/cruvie/Library/Android/sdk
• Platform android-35, build-tools 35.0.1
• Java binary at: /Users/cruvie/Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
This is the JDK bundled with the latest Android Studio installation on this machine.
To manually set the JDK path, use: `flutter config --jdk-dir="path/to/jdk"`.
• Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
! Some Android licenses not accepted. To resolve this, run: flutter doctor --android-licenses
[✓] Xcode - develop for iOS and macOS (Xcode 16.3) [1,085ms]
• Xcode at /Applications/Xcode.app/Contents/Developer
• Build 16E140
• CocoaPods version 1.16.2
[✓] Chrome - develop for the web [53ms]
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2024.3) [52ms]
• Android Studio at /Users/cruvie/Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 21.0.6+-13368085-b895.109)
[✓] IntelliJ IDEA Ultimate Edition (version 2025.1.1) [51ms]
• IntelliJ at /Users/cruvie/Applications/IntelliJ IDEA Ultimate.app
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin version 251.25410.28
[✓] VS Code (version 1.100.0) [7ms]
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.110.0
[✓] VS Code (version 1.98.2) [7ms]
• VS Code at /Applications/vscode-old/Visual Studio Code1.98.2最后一个支持旧版系统的版本.app/Contents
• Flutter extension version 3.110.0
[✓] Connected device (3 available) [6.1s]
• macOS (desktop) • macos • darwin-arm64 • macOS 15.4.1 24E263 darwin-arm64
• Mac Designed for iPad (desktop) • mac-designed-for-ipad • darwin • macOS 15.4.1 24E263 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 136.0.7103.93
I think there is a missing context here. The jump to source only works if you are using the Flutter Inspector in IDE, if you use the one that is in web browser, it doesn't.
Can one of you post a screenshot or video? I'm not able to reproduce. Are you opening the inspector in DevTools in browser, then clicking on some widget in the widget tree?
@helin24
| Flutter Inspector from the IDE Pane | Flutter Inspector from the browser |
|---|---|
Ah I see, so this is when you inspect in the app and you're using DevTools in the browser. I'll take a look