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
The problem is with installing the required Flutter and Dart plugins. There are two ways in which you can achieve this:
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.
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.