Skip to content

Releases: AlexV525/flutter-intellij

Release-955a2cf

24 Jul 11:39
dec96dc
Compare
Choose a tag to compare
Use plugin logger for embedded browser (#8370)

Related to https://github.com/flutter/flutter-intellij/issues/8369

Release-063c21b

15 Jun 04:22
db6615c
Compare
Choose a tag to compare
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

11 Apr 15:57
c3076b4
Compare
Choose a tag to compare
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