Flutter plugin not installed error;. When running flutter doctor

前端 未结 22 1728
渐次进展
渐次进展 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:38

    You have to install Flutter and Dart both on Visual Studio Code as well as Android Studio!

    Try using the following command:

    flutter doctor --android-licenses, and press y to install all licenses.

提交回复
热议问题