Skip to content

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```

License

Notifications You must be signed in to change notification settings

UniIDE/Flutter-project.Build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Flutter-project.Build

Fix:

Fix problems with Flutter build.

Permission

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```

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages