Flutter plugin not installed error;. When running flutter doctor

前端 未结 22 1727
渐次进展
渐次进展 2020-11-28 11:07

I am configuring Flutter SDK on my Linux Ubuntu 16.4 system. Why am I getting the following error when I run the flutter doctor? I have specified b

22条回答
  •  清酒与你
    2020-11-28 11:37

    hello everyone I had the same issue and non of the above answers fixed so I went to the flutter official GitHub and found the answer there here is the link and you have to follow all these steps.

    https://github.com/flutter/flutter/issues/67986

    flutter upgrade

    flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"

    flutter doctor -v

    then if the issue still persistes then just shift to the beta channel and the upgrade flutter then it will fix it.

    flutter channel beta

    flutter upgrade

    you can enable flutter web as an optional steps

    https://flutter.dev/docs/get-started/web

提交回复
热议问题