MacでAndroidStudio4.1にバージョンアップしたら、
DartやFlutterのプラグインをインストールしているはずなのに、flutter doctorでエラーが出る。
Flutter plugin not installed; this adds Flutter specific functionality.
とか、
Dart plugin not installed; this adds Dart specific functionality.
と出てしまう。
解決方法
下のコマンドを実行する。
$ ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
Android Studioのプラグインがインストールされる位置が、バージョン変更で変わったらしい。
flutter doctorがそれに対応し切れていない。