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 :: clear error log apache2 
Shell :: ssh config 
Shell :: powershell http request 
Shell :: copy from remote to local 
Shell :: expo install 
Shell :: tar.gz extract 
Shell :: ubuntu chrome 
Shell :: heroku pg kill 
Shell :: git update comment 
Shell :: yarn check package version 
Shell :: git commit 
Shell :: add local repository to remote 
Shell :: android create keystore command line 
Shell :: install mariadb 10.2 ubuntu 16.04 
Shell :: install fdupes duplicate content finder on linux 
Shell :: npmrc file location windows 
Shell :: powershell open file 
Shell :: bash for loop string array 
Shell :: active developer path does not exist 
Shell :: how to merge git branch to master 
Shell :: how to install pip flask on macos 
Shell :: rails g migration add columns 
Shell :: ubuntu docker host ip 
Shell :: ssh raspberryp 
Shell :: linux mint 20 dark mode 
Shell :: heroku buildpacks 
Shell :: ImportError: No module named tensorflow 
Shell :: push to specific remote branch 
Shell :: hibernate command in windows 10 stackoverflow 
Shell :: how to install pip2 in kali linux 2021 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =