beansoft / flutter-storm-support

🧩 a WebStorm/PhpStorm/GoLand plugin for developing Flutter applications
https://plugins.jetbrains.com/plugin/14718-flutter-storm
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Exception on deprecated feature #41

Closed adlandh closed 5 months ago

adlandh commented 5 months ago

Version information GoLand 2024.1 • Flutter Storm plugin com.github.beansoftapp.flutter.storm 2023.2.0 • Dart plugin 241.14768

No Flutter sdk configured.

Exception null

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'io.flutter.actions.DeviceSelectorAction' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.github.beansoftapp.flutter.storm] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125) at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21) at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

beansoft commented 5 months ago

Thanks for your report, I'm going to fix it this weekend.

beansoft commented 5 months ago

Hi, I've uploaded a new version: https://plugins.jetbrains.com/files/14718/522809/flutter-storm.zip

I've tested it under GoLand 2024.1, please check if it also works for you.

adlandh commented 5 months ago

So far so good. Thank you.