See edit below for update.
I had the same issue as xAsh and silikeite. I fixed that by removing all flutter-* related packages, and reinstalling flutter.
However, on reinstallation, there are validity check errors.
==> Validating source files with sha256sums...
material_fonts.zip ... Passed
gradle_wrapper.tar.gz ... Passed
android-x86.zip ... FAILED
android-x64.zip ... FAILED
android-arm.zip ... FAILED
android-arm-profile.zip ... FAILED
android-arm-release.zip ... FAILED
android-arm64.zip ... FAILED
android-arm64-profile.zip ... FAILED
android-arm64-release.zip ... FAILED
android-x64-profile.zip ... FAILED
android-x64-release.zip ... FAILED
android-x64-jit-release.zip ... FAILED
flutter_web_sdk.zip ... FAILED
sky_engine.zip ... FAILED
flutter_patched_sdk.zip ... FAILED
flutter_patched_sdk_product.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'flutter-artifacts-google-bin-3.19.5-1 (flutter-sky-engine-google-bin flutter-material-fonts-google-bin flutter-engine-common-google-bin flutter-engine-linux-google-bin)':
error: can't build flutter-3.19.5-2 (flutter-target-linux), deps not satisfied: flutter-engine-linux=3.19.5
error: can't build flutter-artifacts-google-bin-3.19.5-1 (flutter-engine-android-google-bin), deps not satisfied: flutter-engine-common=3.19.5
error: can't build flutter-3.19.5-2 (flutter-gradle flutter-target-android), deps not satisfied: flutter-engine-android=3.19.5
error: can't build flutter-artifacts-google-bin-3.19.5-1 (flutter-engine-web-google-bin), deps not satisfied: flutter-engine-common=3.19.5
error: can't build flutter-3.19.5-2 (flutter-target-web flutter-intellij-patch flutter), deps not satisfied: flutter-engine-web=3.19.5 flutter-target-linux=3.19.5 flutter-target-android=3.19.5
EDIT:
I have found a temporary fix (that works for me) by removing all flutter-* related packages, and installing flutter 3.19.3 by checking out the AUR git repo, and checking out commit 2942f591ec73. I did a makepkg -si after cloning the repo, and checking out the commit.
Flutter doctor passes all checks after installation. My test app builds and runs as expected.
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.