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.077088
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 .. 14 15 16 17 18 19 20 21 22 23 24 .. 27 Next › Last »

bacteriostat commented on 2022-06-24 03:48 (UTC) (edited on 2022-06-24 03:48 (UTC) by bacteriostat)

@yanpas I solved the conflicting files issue by running: paru -S --overwrite '*' flutter

yanpas commented on 2022-06-23 22:55 (UTC)

Can't update to 3.0.3, get tons of errors like: flutter: '/opt/flutter/bin/cache/pkg/sky_engine/lib/ui/plugins.dart' file exists in a filesystem

laclica commented on 2022-05-05 12:34 (UTC)

@ricardosimoes i also got the same error and did the same to fix it. ^_^

bacteriostat commented on 2022-05-05 11:18 (UTC) (edited on 2022-05-05 11:18 (UTC) by bacteriostat)

@ricardosimoes I also encountered the same issue on Arch, did the same thing you did.

ricardosimoes commented on 2022-05-05 11:13 (UTC)

Got error: failed to commit transaction (conflicting files) flutter: /opt/flutter/.git/FETCH_HEAD exists in filesystem on MANJARO, but I ran sudo mv /opt/flutter/.git/FETCH_HEAD /opt/flutter/.git/FETCH_HEAD.bak and then it built fine

ArchUser01020 commented on 2022-04-15 21:08 (UTC) (edited on 2022-04-15 21:09 (UTC) by ArchUser01020)

Solution to mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied
You need to run the command to add your user to the group.
Run gpasswd -a <user> flutterusers

bacteriostat commented on 2022-04-14 12:20 (UTC) (edited on 2022-04-14 12:21 (UTC) by bacteriostat)

Not sure if this is an issue but flutter doctor started giving me this error:

fatal: unsafe repository ('/opt/flutter' is owned by someone else) To add an exception for this directory, call:

git config --global --add safe.directory /opt/flutter

Which is true because /opt/flutter is owned by root.

The solution mentioned in the error works though.

Skar3 commented on 2022-04-02 12:53 (UTC) (edited on 2022-04-02 12:54 (UTC) by Skar3)

Running flutter doctor i get this error: Flutter failed to check for directory existence at "/root/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-31.0.0/lib/". Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user. Try running: sudo chown -R $(whoami) /root/.pub-cache/hosted/pub.dartlang.org/_fe_analyzer_shared-31.0.0

Any suggestion?

celogeek commented on 2022-01-25 09:51 (UTC)

Hello

When I try to do this as a user (deps for another package):

flutter config --enable-web
mkdir: cannot create directory ‘/opt/flutter/bin/cache’: Permission denied

is it possible to change the cache directory somewhere else ?