Horje
Flutter plugin not installed; this adds Flutter specific functionality Code Example
Flutter plugin not installed; this adds Flutter specific functionality. windows
For windows 

// run on commandline
flutter config --android-studio-dir=C:\Program Files\Android\Android Studio
Flutter plugin not installed; this adds Flutter specific functionality
Solution that worked for me:
  1. Just install plugins.
  		Studio>>File>Settings>Plugins>Browse Repositories
  2. Search for flutter.
  3. Tap on Install (a dialog will pop regarding dart dependency. click Yes).
  4. Once the installation is finished restart android studio.

If still not worked
  1. flutter channel dev
  2. flutter doctor -v
[!] 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.
flutter channel dev
flutter channel upgrade
flutter plugin installed but in flutter doctor it shows not installed
flutter channel dev
flutter upgrade
flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
flutter doctor -v
Flutter plugin not installed; this adds Flutter specific functionality.
// for android studio 4.2
ln -s ~/Library/Application\ Support/Google/AndroidStudio4.2/plugins ~/Library/Application\ Support/AndroidStudio4.2
Flutter plugin not installed; this adds Flutter specific functionality
ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1




Shell

Related
what does the export command do in linux Code Example what does the export command do in linux Code Example
ignore folder and it's contents Code Example ignore folder and it's contents Code Example
push a branch with diffrent name Code Example push a branch with diffrent name Code Example
sed line Code Example sed line Code Example
Backup Restore and Upgrade Gitlab Code Example Backup Restore and Upgrade Gitlab Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15