Skip to content

Instantly share code, notes, and snippets.

@Parables
Last active October 19, 2021 09:38
Show Gist options
  • Select an option

  • Save Parables/5ce72de6199db7ad958b0bf6b5d770cd to your computer and use it in GitHub Desktop.

Select an option

Save Parables/5ce72de6199db7ad958b0bf6b5d770cd to your computer and use it in GitHub Desktop.
flutter arch-linux permissions

Permissions for Flutter

Flutter was installed on /opt/flutter

If you intend to use it as a regular user, add your user into the group flutterusers:

gpasswd -a <user> flutterusers

You need to source /etc/profile or relogin to add flutter to your path.

Re-login your terminal in to the group flutterusers: newgrp flutterusers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment