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 :: arch linux install guide 
Shell :: export to path linux (pipenv) 
Shell :: linux make file 
Shell :: generate uml from python code 
Shell :: how to count number of running processes in windows 
Shell :: task manager ubuntu 
Shell :: put grep output in a file 
Shell :: linux run .sh in terminal 
Shell :: vite command 
Shell :: vim change all spaces to tabs 
Shell :: start nginx in terminal 
Shell :: linux get oldest file in directory 
Shell :: docker dir log linux 
Shell :: how to run a .sh file 
Shell :: install jupyter 
Shell :: Git - fetch changes from remote repo for current branch 
Shell :: linux service start 
Shell :: ubuntu iptables add rule 
Shell :: gitlab docker installation 
Shell :: copy files from local to host ssh 
Shell :: digital ocear error Permission denied (publickey). 
Shell :: load .bashrc 
Shell :: How to Block Ports in UFW Ubuntu Firewall 
Shell :: aws lightsail ssl installation 
Shell :: vscode update terminal limit 
Shell :: pip install influxdb 
Shell :: wsl 2 installation 
Shell :: vi quit 
Shell :: undo git commit after push 
Shell :: git rebase feature branch 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =