Answers for "path to flutter linux"

0

path to flutter linux

/* If path does not appear in android studio do this... */

sudo snap install flutter --classic
sudo snap install flutter-gallery
flutter channel dev
flutter upgrade
flutter config --enable-linux-desktop

/* close the editor and reopen, try and create a new flutter project */
/* and now the path is there...  */
/* /home/(username)/snap/flutter/common/flutter */
Posted by: Guest on February-03-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language