Inellij Show intention actions stopped working in Flutter

810

Does visual studio code works fine with showing intent action?

Maybe you should run fluter doctor to find if there are any issues with the flutter installation.

Also you can find more details in the official wiki on Catalina Support:

https://github.com/flutter/flutter/wiki/State-of-Catalina-Support

Share:
810
Александр Бабич
Author by

Александр Бабич

Developer for native Android, iOS platforms, as well as cross-platform Flutter apps

Updated on December 14, 2022

Comments

  • Александр Бабич
    Александр Бабич 11 months

    After upgrade to MacOS Catalina (or maybe unrelated) show intent actions command stopped working in Flutter.

    If I run some error - show intent action is working just fine. https://take.ms/Jr7VY If I just try to show intent actions for regular Widget - it isn't showing anything. In the past it was suggesting something like "Center Widget", "Add Widget", "Add Padding" and so on..

    UPD: Updating to Android Studio 3.6 preview helped the problem (I didn't move any profiles). But still no idea what lead to the problem and how to fix on 3.5 stable.

    • Michael Peterson
      Michael Peterson almost 4 years
      3.6 solved it for me also
  • Александр Бабич
    Александр Бабич about 4 years
    Thank you Kevin, didn't find any issues on Catalina-Support. So as didn't find any issues with Flutter doctor. So posted question in github. github.com/flutter/flutter/issues/42419
  • Александр Бабич
    Александр Бабич almost 4 years
    I also think it's IntelliJ problem. Reinstalling plugins and resetting setting should have had same effect as using clean Android Studio.