Safe fix for Mac (Android studio 4.1+). After Mac gets updated, we need to create a symbolic link to Android Studio.
Just run in the Terminal this command
$ ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1
Error message seen in windows 10
[!] Android Studio (version 4.1.0) X Flutter plugin not installed; this adds Flutter specific functionality. X Dart plugin not installed; this adds Dart specific functionality.
Fix for this is to run the following commands and then to reopen the editor
a) > flutter channel dev
b) > flutter upgrade
c) > flutter config –android-studio-dir=”D:\Android\Android Studio”