Flutter plugin not installed error;. When running flutter doctor

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

    I met similar error after updating android studio, turns out I need to update the existing flutter plugin.

    To fix it, go to android studio → preferences → plugins → installed → update your installed flutter plugin

提交回复
热议问题