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

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

apaatsio commented on 2018-06-18 07:29 (UTC)

This fixed the permission issues for me:

sudo chmod a+rw /opt/flutter/bin/cache/lockfile /opt/flutter/version

d-sha commented on 2018-05-26 11:58 (UTC)

Those issues are all permission issues, as all files in the package are owned by root. You can check this in the flutter logs.

frealgagu commented on 2018-04-26 00:31 (UTC)

@d-sha How do you fix it manually? @g4rrucho this package is under heavy development and it's still in beta phase. If anyone have ideas of how to fix the issues and how could I improve this package please let me know

d-sha commented on 2018-04-24 22:29 (UTC)

Hi, When installed flutter crashes with permission errors: /opt/flutter/bin/cache/lockfile' (OS Error: Permission denied, errno = 13) /opt/flutter/version' (OS Error: Permission denied, errno = 13)

I fixed this locally but i dont know what the best way to fix the package. Thanks.