📌  相关文章
📜  Flutter linux 的路径——Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:49.581000             🧑  作者: Mango

代码示例1
/* 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 */