Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Flutter plugin not installed; this adds Flutter specific functionality. windows

For windows 

// run on commandline
flutter config --android-studio-dir=C:Program FilesAndroidAndroid Studio
Comment

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
Comment

flutter plugin installed but in flutter doctor it shows not installed

flutter channel dev
flutter upgrade
flutter config --android-studio-dir="C:Program FilesAndroidAndroid Studio"
flutter doctor -v
Comment

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
Comment

Flutter plugin not installed; this adds Flutter specific functionality

ln -s ~/Library/Application Support/Google/AndroidStudio4.1/plugins ~/Library/Application Support/AndroidStudio4.1
Comment

PREVIOUS NEXT
Code Example
Shell :: Automatically run program on Linux startup via systemd 
Shell :: remove directory linux 
Shell :: Files by size 
Shell :: filezilla Directory /var/lib/docker: permission denied 
Shell :: serverless deploy missing credentials in config 
Shell :: git get back to most recent commit 
Shell :: oauth2 provider 
Shell :: remove icon from desktop ubuntu 
Shell :: linux cp 
Shell :: npm i postgresql 
Shell :: ubuntu set vi as default editor 
Shell :: comment in bash 
Shell :: how to delete files in linux 
Shell :: gtk3 windows install 
Shell :: merge master into local branch 
Shell :: where should gitignore file be 
Shell :: install dpkg 
Shell :: chmod chown 
Shell :: set default editor bash 
Shell :: random number in bash 
Shell :: sed replace word with newline 
Shell :: print first word of each line by grep 
Shell :: git pull origin main 
Shell :: pdf file 30mb 
Shell :: redis scan keys and print values shell 
Shell :: linux vi 
Shell :: stop cpu scheduler on ubuntu terminal 
Shell :: service previous logs 
Shell :: Add base url to react router for gh-pages deployment 
Shell :: How to install 4k video Downloader YouTube on Ubuntu Linux 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =