Thanks for the PKGBUILD!
I'm not found of the idea of running flutter as root, maybe the package could create the flutterusers group by default?
These are the lines I added to my local package:
chown -R :flutterusers "${pkgdir}/opt/${pkgname}"
chmod -R g+w "${pkgdir}/opt/${pkgname}"
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.