flutter-intellij
flutter-intellij copied to clipboard
v80 appears to not highlight widget tree in editor
I don't know if this is a feature deprecation, since I can't find any mentioning on this in changelog, or if it is actually a bug. But I would say this was a really nice feature to have, so for me it seems like a bug.
So what actually happens is that in the newer version v80 of the plugin, the editor of Android Studio unfortunately does not show anymore that tree highlighting of nested widgets. In previous version v79 it used to work like this:
And in the new version it does not show this highlighting anymore and appears to fallback to default indentation highlight:
Steps to Reproduce
- Install Android Studio 2023.3.1 build AI-233.14808.21.2331.11709847
- Install Flutter plugin v80.0.1
- Make sure feature does not work
- Downgrade to plugin v79.0.2
- Observe the feature works again
Version info
flutter doctor -v
[!] Flutter (Channel stable, 3.16.0, on Microsoft Windows [Versione 10.0.22631.3737], locale it-IT)
• Flutter version 3.16.0 on channel stable at C:\Users\DaniilRyzhkovSarixGm\fvm\default
! Warning: `flutter` on your path resolves to C:\Users\DaniilRyzhkovSarixGm\fvm\versions\3.16.0\bin\flutter, which is not inside your current Flutter SDK checkout at C:\Users\DaniilRyzhkovSarixGm\fvm\default. Consider adding C:\Users\DaniilRyzhkovSarixGm\fvm\default\bin to the front of your path.
! Warning: `dart` on your path resolves to C:\Users\DaniilRyzhkovSarixGm\fvm\versions\3.16.0\bin\dart, which is not inside your current Flutter SDK checkout at C:\Users\DaniilRyzhkovSarixGm\fvm\default. Consider adding C:\Users\DaniilRyzhkovSarixGm\fvm\default\bin to the front of your path.
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision db7ef5bf9f (7 months ago), 2023-11-15 11:25:44 -0800
• Engine revision 74d16627b9
• Dart version 3.2.0
• DevTools version 2.28.2
• If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to perform update checks and upgrades.
[√] Windows Version (Installed version of Windows is version 10 or higher)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
• Android SDK at C:\Users\DaniilRyzhkovSarixGm\AppData\Local\Android\sdk
X cmdline-tools component is missing
Run `path/to/sdkmanager --install "cmdline-tools;latest"`
See https://developer.android.com/studio/command-line for more details.
X Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.
[√] Chrome - develop for the web
• Chrome at C:\Program Files\Google\Chrome\Application\chrome.exe
[!] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.10.2)
• Visual Studio at C:\Program Files\Microsoft Visual Studio\2022\Community
• Visual Studio Community 2022 version 17.10.35004.147
X Visual Studio is missing necessary components. Please re-run the Visual Studio installer for the "Desktop development with C++" workload, and include these components:
MSVC v142 - VS 2019 C++ x64/x86 build tools
- If there are multiple build tool versions available, install the latest
C++ CMake tools for Windows
Windows 10 SDK
[√] Android Studio (version 2023.3)
• Android Studio at C:\Program Files\Android\Android Studio
• 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 17.0.10+0--11572160)
[√] VS Code (version 1.90.0)
• VS Code at C:\Users\DaniilRyzhkovSarixGm\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.90.0
[√] Connected device (3 available)
• Windows (desktop) • windows • windows-x64 • Microsoft Windows [Versione 10.0.22631.3737]
• Chrome (web) • chrome • web-javascript • Google Chrome 125.0.6422.142
• Edge (web) • edge • web-javascript • Microsoft Edge 125.0.2535.92
[√] Network resources
• All expected network resources are available.
! Doctor found issues in 3 categories.