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 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 :: change ownership of a file linux to user 
Shell :: revert last commit 
Shell :: install oh my zsh ubuntu 
Shell :: npm install composition apiu 
Shell :: git delete unstaged files 
Shell :: permission exec linux 
Shell :: git fetch and checkout branch 
Shell :: searching for a git folder 
Shell :: clone using token github 
Shell :: pyinstaller failed to execute script pyi_rth_pkgres 
Shell :: bash hide file 
Shell :: change owner of file in linux 
Shell :: mac address windows command 
Shell :: solving environment failed with initial frozen solve 
Shell :: openssl p12 to pem 
Shell :: git push existing repository 
Shell :: git list remote branches 
Shell :: failed to open stream: Permission denied in path on mac 
Shell :: install magento 2 command line composer 
Shell :: ionic capacitor v3 add android 
Shell :: linux get dir of file 
Shell :: how to make folder in ubuntu 
Shell :: pip install pygame 
Shell :: install itertools 
Shell :: install hyperopt 
Shell :: batch script delete files older than 30 days 
Shell :: create new branch without losing changes 
Shell :: docker console into container 
Shell :: default pull settings git 
Shell :: -bash: /bin/rm: Argument list too long inodes 
ADD CONTENT
Topic
Content
Source link
Name
8+9 =