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

xuanwo commented on 2020-02-14 23:42 (UTC)

Why lib32-libglvnd is required?

theaifam5 commented on 2020-01-24 20:51 (UTC)

@rockypra Thank you for the clarification. I wonder if that is needed, even the package sticks to the specific version, and AUR provides also other versions like beta and dev.

rockypra commented on 2020-01-01 10:39 (UTC)

Flutter SDK works that way, unfortunately. They use git for version management even for the user local snapshot. If you're managing Flutter SDK on your own, you can change which channel of release you want to follow with flutter channel Channel switching is basically fetching from their github repo, doing the branch switching, and updates the local snapshot. That's why when you try to change the channel or doing an upgrade you can see a lot of git related process like pulling from the git repository and/or branch switching.

theaifam5 commented on 2019-12-26 18:47 (UTC)

No way that this package contains .git.... just WHYYYY... is SO BLOATED

ardeaf commented on 2019-10-29 09:52 (UTC) (edited on 2019-10-29 10:40 (UTC) by ardeaf)

didn't have time to dig in to why this might be a bad idea so someone feel free to correct me, but after upgrading I needed to chown the entire /opt/flutter/bin/cache folder to get going again, since it was all owned by the root:root group.

edit: cache updates frequently so this is just an (Extremely) temporary solution.

mattyclarkson commented on 2019-09-22 21:45 (UTC)

I've been working on this package to remove the permission errors. I've put up the changes at https://github.com/mattyclarkson/aur-flutter. See the commit message for the various improvements.

Mainly, it allows the package to work without any permission errors and a vastly reduced package and install size.

jaap commented on 2019-06-26 16:45 (UTC)

if updating this package after manually upgrading flutter it fails because the files already exist.

Quatro commented on 2019-03-01 16:18 (UTC)

warning: directory permissions differ on /opt/flutter/
filesystem: 775  package: 755

This happens for any installation, upgrading.

expwez commented on 2018-12-03 19:18 (UTC)

please add flutter binary to path