flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Gracefully handle perf tool window not being created #7713

Closed parlough closed 1 month ago

parlough commented 1 month ago

A workaround for #7691, not accessing the tool window if it wasn't created due to isApplicableAsync being false for the SDK version. Does it in this listener so if the SDK version changes, the event still can be handled properly.

jwren commented 1 month ago

LGTM, thank you @parlough