Flutter plugin not installed error;. When running flutter doctor

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

    The problem is with installing the required Flutter and Dart plugins. There are two ways in which you can achieve this:

    1. Go to Android studio → Settings → plugins → in the search bar search for Flutter and Dart plugins.
      If you are installing flutter first, then Dart may get automatically installed along with it, otherwise install them separately.

    2. If you are using VScode, in the activity bar click on extensions or press Ctrl + Shift + X. There you can search for flutter and dart plugins.

    Now type flutter doctor.

提交回复
热议问题