Package has now been updated to 0.9.19. However, it currently won't build with the AUR version of flutter. It appears that a new dependency essentially hardcodes the dart tool path and causes the build to fail.
To temporarily work around this issue, you'll have to create a soft link like this:
sudo ln -s /opt/dart-sdk /usr/lib/flutter/bin/cache/dart-sdk
Pinned Comments
Maxr1998 commented on 2025-09-04 12:10 (UTC) (edited on 2025-09-04 12:10 (UTC) by Maxr1998)
Package has now been updated to 0.9.19. However, it currently won't build with the AUR version of flutter. It appears that a new dependency essentially hardcodes the dart tool path and causes the build to fail.
To temporarily work around this issue, you'll have to create a soft link like this: