Package Details: flutter-target-web 3.41.2-3

Git Clone URL: https://aur.archlinux.org/flutter.git (read-only, click to copy)
Package Base: flutter
Description: Flutter SDK component - web target files
Upstream URL: https://flutter.dev
Keywords: android fuchsia ios mobile sdk
Licenses: custom, BSD, CCPL
Groups: flutter
Submitter: flipflop97
Maintainer: WithTheBraid
Last Packager: WithTheBraid
Votes: 152
Popularity: 0.075546
First Submitted: 2017-06-05 21:03 (UTC)
Last Updated: 2026-02-22 06:08 (UTC)

Required by (2)

Sources (43)

Pinned Comments

WithTheBraid commented on 2025-11-11 10:15 (UTC)

This package is deprecated in favor of aur/flutter which 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.

Latest Comments

« First ‹ Previous 1 .. 10 11 12 13 14 15 16 17 18 19 20 .. 27 Next › Last »

PolarianDev commented on 2023-09-16 14:47 (UTC)

@cfujino As per usual, flutter releases a new version so now I can not build packages with the old version I have on my repository.

Now instead of error code 66 I get error code 4, do I even need to ask whether this is magically fixed if I update to the new version?

Maintaining a flutter package seems more pain than it is worth, and as flutter developers have ruled they are not going to help out, nobody seems to want to package flutter applications anymore, I wonder why?

So I assume you are asking to wait until flutter-3.13.4 gets released, because of the overwrite of 3.13.3?

Until then nobody can build flutter packages on Arch Linux it seems!

cfujino commented on 2023-09-15 22:07 (UTC)

FWIW, it looks like v3.14.4 is available now.

But also, it does look like Google had two versions with the same v3.13.3 number: https://docs.flutter.dev/release/archive?tab=linux

...one on that page with ref == 'b0daa73', the other ref == '2524052'.

That incoherence from upstream is probably what broke the sha256sum in the PKGBUILD for v3.13.3.

Yeah, there was a breakdown in the flutter release infrastructure, that lead to the wrong commit being re-published as 3.13.3. It's unclear whether or not this will be fixed (as it would be risky to fix), so I would recommend unblocking this package by re-publishing for the 3.13.4 release.

cfujino commented on 2023-09-15 22:07 (UTC)

FWIW, it looks like v3.14.4 is available now.

But also, it does look like Google had two versions with the same v3.13.3 number: https://docs.flutter.dev/release/archive?tab=linux

...one on that page with ref == 'b0daa73', the other ref == '2524052'.

That incoherence from upstream is probably what broke the sha256sum in the PKGBUILD for v3.13.3.

Yeah, there was a breakdown in the flutter release infrastructure, that lead to the wrong commit being re-published as 3.13.3. It's unclear whether or not this will be fixed (as it would be risky to fix), so I would recommend unblocking this package by re-publishing for the 3.13.4 release.

steamer25 commented on 2023-09-15 19:32 (UTC) (edited on 2023-09-15 19:33 (UTC) by steamer25)

FWIW, it looks like v3.14.4 is available now.

But also, it does look like Google had two versions with the same v3.13.3 number: https://docs.flutter.dev/release/archive?tab=linux

...one on that page with ref == 'b0daa73', the other ref == '2524052'.

That incoherence from upstream is probably what broke the sha256sum in the PKGBUILD for v3.13.3.

steamer25 commented on 2023-09-15 19:27 (UTC) (edited on 2023-09-15 19:32 (UTC) by steamer25)

FWIW, it looks like v3.14.4 is available now: https://docs.flutter.dev/release/archive?tab=linux

But yeah, I'm seeing a conflicting sha256sum for v3.13.3 as well:

$ shasum -a 256 flutter-3.13.3.tar.xz 
4fc057286135d4b7559db7d735a235753e273f284219b2e9d2f77aa455dd923e  flutter-3.13.3.tar.xz

Not equal to c53c8aeff17d13c4c0b47bff2c54a293e48286e03dd089f37d561737e41a8c2c from the PKGBUILD.

chillenb commented on 2023-09-13 21:10 (UTC)

The sha256sum is wrong for v3.13.3. Seems like Google silently uploaded a new version?

gkpiccoli commented on 2023-07-23 02:24 (UTC)

After deleting the .pub-cache folder from my home it worked too. Thanks!

f122yxx49 commented on 2023-07-04 00:51 (UTC) (edited on 2023-07-04 01:05 (UTC) by f122yxx49)

1 file changed, 17 insertions(+), 1 deletion(-)
PKGBUILD | 18 +++++++++++++++++-

modified   PKGBUILD
@@ -14,8 +14,24 @@ makedepends=("python")
 backup=("opt/${pkgname}/packages/${pkgname}_test/pubspec.yaml" "opt/${pkgname}/packages/${pkgname}/pubspec.yaml")
 options=("!emptydirs")
 install="${pkgname}.install"
+# Use bash Parameter Expansion so that the more than 2 billion people
+# (almost 30% of the population) that are currently under illegal
+# unilateral sanctions by the west (collectively makes up about 10% of
+# the population) can download and use flutter.
+
+# For those that live in China, Iran, Iraq, Syria, Russia, North
+# Korea, Cuba, Venezuela, Sudan, Yemen, Afghanistan, Belarus,
+# Palestine, Myanmar, Nicaragua, Libya, Zimbabwe (this list gets
+# bigger every year) you are not allowed to access
+# storage.googleapis.com and therefore will need to export these two
+# shell variables in your ~/.bashrc:
+
+# export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn export
+# export PUB_HOSTED_UTL=https://pub.flutter-io.cn
+
+# Thank you to China for not being fascist psychopaths.
 source=(
-  "${pkgname}-${pkgver}.tar.xz::https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/${pkgname}_linux_${pkgver/.hotfix/+hotfix}-stable.tar.xz"
+  "${pkgname}-${pkgver}.tar.xz::${FLUTTER_STORAGE_BASE_URL:-https://storage.googleapis.com}/flutter_infra_release/releases/stable/linux/${pkgname}_linux_${pkgver/.hotfix/+hotfix}-stable.tar.xz"
   "${pkgname}.sh"
   "${pkgname}.csh"
 )

PolarianDev commented on 2023-06-02 11:05 (UTC)

I have added flutter to my unofficial repository, due to it being a dependency of a package I maintain saber.

Feel free to pull it from my repository, check out PolarRepo