flutterandroid-studiowidget-test-flutter

Run Flutter widget test option is not visible in Android Studio


I have an issue with Android Studio Koala | 2024.1.1 and cannot find anywhere why it happens.

As you can see in the screenshot, I have the run Flutter widget test options on the main method but not on the individual tests. Why ?

enter image description here

Also, rerunning the failed tests runs all the tests again. This is kind of annoying since I know this worked before.

enter image description here


Solution

  • This was fixed in flutter-intellij plugin: https://github.com/flutter/flutter-intellij/issues/7568