Package Details: flutter-artifacts-engine-web-google-bin 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 engine
Upstream URL: https://flutter.dev
Keywords: android fuchsia ios mobile sdk
Licenses: custom, BSD, CCPL
Groups: flutter
Conflicts: flutter-engine-web
Provides: flutter-engine-web
Submitter: flipflop97
Maintainer: WithTheBraid
Last Packager: WithTheBraid
Votes: 151
Popularity: 0.021865
First Submitted: 2017-06-05 21:03 (UTC)
Last Updated: 2026-02-22 06:08 (UTC)

Required by (1)

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 .. 17 18 19 20 21 22 23 24 25 26 27 28 Next › Last »

cfujino commented on 2021-06-17 17:15 (UTC)

I opened a PR to update this: https://github.com/frealgagu/archlinux.flutter/pull/9

SafwanLjd commented on 2021-05-05 08:35 (UTC) (edited on 2021-05-05 08:40 (UTC) by SafwanLjd)

This package was flagged out of date on the 4th of May for not releasing the 2.0.6 update; however, the 2.0.6 Flutter release was a hotfix for a bug on macOS and it doesn't concern GNU/Linux.

Form Flutter's official Github page:

2.0.6 (April 16, 2021)

This is a hotfix release that addresses a single issue:

• Issue #81326 - macOS binaries not codesigned There are no code changes to this release, but binary artifacts for macOS were re-built and codesigned.

cfujino commented on 2021-04-30 18:03 (UTC)

.git is required by the CLI tool. The others aren't required, but if you mutate the checkout then the flutter upgrade command won't work.

masterberg commented on 2021-04-30 16:57 (UTC)

Are the .git/, .github/, .idea/ folders really required? They are massive (over 135MiB) and seems to have no use at all. Shouldn't the PKGBUILD leave those out of the install process?

masterberg commented on 2021-04-28 18:20 (UTC)

I had the same problem as hossamdash and following his solution fixed it.

astroanax commented on 2021-02-27 08:55 (UTC)

I had the same problem as hossamdash and following his solution fixed it.

JuniorJPDJ commented on 2021-01-14 01:29 (UTC)

flutter-dev is now orphaned, didn't you think about taking it?

hossamdash commented on 2021-01-12 11:50 (UTC) (edited on 2021-01-12 11:53 (UTC) by hossamdash)

so i have installed this package but was facing two issues: Although i had the dart package installed on my system -which this package depends on-, both installing this package for the first time and each flutter doctor -v command results in the redownload of the dark-sdk which is inside /opt/flutter/bin/cache disregarding both the existing dark-sdk in the cache and the standalone dart package installed on my system. to solve this i did two things, i uninstalled the standalone dart sdk and then added a line to the build files of this package right after the chmod -R g+w /opt/flutter line. this line is chmod g+s /opt/flutter makes any files created within the /opt/flutter path inherit the group flutterusers which stops flutter doctor from redownloading the dart-sdk.

francescortiz commented on 2020-12-31 10:06 (UTC)

I think that flutter is designed to be self-upgraded. Hence in the end I decided to clone flutter repo instead of using AUR.

midhun commented on 2020-12-31 03:22 (UTC)

Getting failed to commit transaction error.

Using the --overwrite /opt/flutter/packages/flutter_tools/.packages option solves the issue, but the question is, is it fine to overwrite?