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
According to this comment, the plugins warnings doesn't matter. At least it didn't matter for me, it's worked fine.
As stated,
hi @EastCartel, try with flutter config --android-studio-dir=C:\Program Files\Android\Android Studio or your correct path. and you have 3 issues.
1- First open your android studio and add the flutter plugin (this automaticly add dart plugin too).
2- Also open visual studio code and add flutter extension.
3- And run flutter doctor --android-licenses
if the problem persist try flutter upgrade
good luck!