You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix problems with Flutter build. # Permission Fix: make a folder with same name as project, and user permission! ```project=learning ; sudo mkdir $project ; sudo chown -R $USER:$USER $project```
Fix: Change permission of /usr/local, for Flutter build to use!
dir=/usr/local
sudo chown -R $USER:$USER $dir
About
Fix problems with Flutter build. # Permission Fix: make a folder with same name as project, and user permission! ```project=learning ; sudo mkdir $project ; sudo chown -R $USER:$USER $project```