Flutter plugin not installed error;. When running flutter doctor

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

    You can just install the Flutter and Dart plugin in the android studio by following these steps:

    1. Start the Android Studio application
    2. Open plugin preferences (Preferences>Plugins on macOS, File>Settings>Plugins on Windows & Linux).
    3. Select Marketplace…, search the Flutter plugin, and click install.
    4. Click Yes when prompted to install the Dart plugin.
    5. Click on Apply and OK.
    6. Click "Restart" on the popup.

    The below image indicates where you should do it

提交回复
热议问题