Hi! First of all, thank you for the package and for the pinned comment about the problem with the problem when resolving the dependency chain (this one).
In my case, I use Manjaro and pamac. Removing the package and installing it again using pamac doesn't works:
pamac remove flutterpamac build flutter
It returns again the same dependency problems. So I confirm everything was removed, then run yay -S flutter and in the installation wizard:
- I chose
flutter-binfor all questions about the two packages that provides the dependency target andflutter-toolspackage. - Then I chose "A" to clean all the package before compilation.
- Then I chose "N" to not show any diff, but I imagine this decision doesn't involves any change in the process (sorry, first time using
yay!). - Then, confirms to continue with the installation when notice me about the new package to install:
lld-16.0.6-1. Same forunionfs-fuse-3.4.1. - Then asks me for
sudopassword. - Warns me about conflicts between
flutter-binandflutter-common. - Warns me about a not resolving dependency,
flutter-tool=3.19.6, forflutter-devel. Chose "n" to not omit. - Again warns about
flutter-tool, dependency offlutter-devel, andflutter-target-[linux|android|web], dependencies offlutter. Asks me to omit them, I chose "N". - Finally, the installation breaks...
I leave the process written here in case it is helpful to debug this. If I achieve to install it again, I will update the comment.
Edit: okay, I think I misunderstood the fixed message, I just see this comment. I will try it.
Edit: at least to me, makepkg -sfC and pacman -U doesn't works. With makepkg it builds all the packages to be installed, but then using pacman I was installing one by one in the order they require, but there are missing packages. I will try it in the future, but by the moment I decided to use the installation method provided by the VSCode's extension.
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.