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
I'm trying flutter for the first time, and coc-flutter as well. On Archlinux I can install the sdk from AUR. It installs to /opt/flutter and symbolic links are created:
❯ ls -lh /usr/bin/flutter
lrwxrwxrwx 1 root root 24 Oct 14 18:44 /usr/bin/flutter -> /opt/flutter/bin/flutter
So the command is in my PATH, but due to a symlink in /usr/bin/flutter, not because of adding /opt/flutter/bin to my PATH.
The text was updated successfully, but these errors were encountered:
I'm trying flutter for the first time, and coc-flutter as well. On Archlinux I can install the sdk from AUR. It installs to
/opt/flutter
and symbolic links are created:So the command is in my PATH, but due to a symlink in
/usr/bin/flutter
, not because of adding/opt/flutter/bin
to my PATH.The text was updated successfully, but these errors were encountered: