Jaime Wren
Jaime Wren
All blocks after the first if, are dead code. ``` bool _isStatic(Element element) { if (element is ClassMemberElement) { return element.isStatic; } else if (element is ClassMemberElement) { return element.isStatic;...
Once https://github.com/dart-lang/sdk/issues/47548 is resolved, Dart-Code should ensure that the new range is navigable in the expected manner.
Calls to `setPubRootDirectories` should be replaced `addPubRootDirectories` or `removePubRootDirectories` https://github.com/flutter/flutter-intellij/blob/a6140935431f6239608cc7282dd8e82e07a282bb/flutter-idea/src/io/flutter/inspector/InspectorService.java#L273
If allowed by the JetBrains servers, the change would be more expressive and would allow the `./bin/plugin make` to build a specific IJ version to be uploaded.
### What happened? With this version of the Flutter Plugin for IJ, 78.5.1, https://plugins.jetbrains.com/plugin/9212-flutter/edit/versions/stable/515514, the supported IDE was indicated in the Gradle Kotlin files as IC: From MANIFEST.MF files: Build-SDK:...
### What happened? What is the best course of action to troubleshoot issues such as the following? ``` I tested "instrumented-flutter-idea-SNAPSHOT.jar" on Iguana. This crash occurs immediately after opening Android...
See the following bug and fix in the dartdev pkg: https://github.com/dart-lang/sdk/issues/40808 https://dart-review.googlesource.com/c/sdk/+/137846
This resolves https://github.com/flutter/flutter-intellij/issues/7328
com.intellij.ui.layout.Cell deprecation, see https://plugins.jetbrains.com/docs/intellij/kotlin-ui-dsl-version-2.html File in the Flutter IJ plugin: `io/flutter/module/settings/PlatformsForm.kt`.
``` 024-04-09 13:24:38,727 [ 4271] WARN - #c.i.i.s.i.StartupManagerImpl - Migrate io.flutter.FlutterInitializer to ProjectActivity [Plugin: io.flutter] com.intellij.diagnostic.PluginException: Migrate io.flutter.FlutterInitializer to ProjectActivity [Plugin: io.flutter] at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:275) at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:68) at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invokeSuspend(StartupManagerImpl.kt:191) at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)...