Not sure if this is an issue but flutter doctor started giving me this error:
fatal: unsafe repository ('/opt/flutter' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /opt/flutter
Which is true because /opt/flutter is owned by root.
The solution mentioned in the error works though.
Pinned Comments
WithTheBraid commented on 2025-11-11 10:15 (UTC)
This package is deprecated in favor of
aur/flutterwhich now contains all required artifacts on its own. This PKGBUILD will be kept as is in order to ensure seamless builds of old Flutter version in future.