Releases: AlexV525/flutter-intellij
Releases · AlexV525/flutter-intellij
Release-955a2cf
Use plugin logger for embedded browser (#8370) Related to https://github.com/flutter/flutter-intellij/issues/8369
Release-063c21b
Add a forceLoad option to property editor (#8268) The property editor was sometimes failing to load. I think this was the repro: 1. Open a project (property editor will load) 2. Close the project 3. Open the project again (property editor fails to load) It seems the static var is set to null only on IJ first startup, not on project open. There may be a better way to fix this but I'm not sure what it is yet.
Release-72601fe
Update the `org.jetbrains.intellij.platform` version to `2.5.0` (#8038) See https://plugins.gradle.org/plugin/org.jetbrains.intellij.platform This resolves https://github.com/flutter/flutter-intellij/issues/8037