记flutter关于Flutter plugin not installed

flutter

Android Studio 安装好flutter插件,执行flutter doctor -v 还是提示了图中错误:

1
2
✗ Flutter plugin not installed; this adds Flutter specific functionality.
✗ Dart plugin not installed; this adds Dart specific functionality.

解决方法:

1
sudo ln -s ~/Library/Application\ Support/Google/AndroidStudio2022.2/plugins ~/Library/Application\ Support/AndroidStudio2022.2

结果:
flutter