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

Nesaijn commented on 2021-10-23 20:24 (UTC)

@Rodancoci One should note that a restart of the computer is needed to make the change take effect.

frealgagu commented on 2021-10-11 13:38 (UTC)

@Rodancoci I compile my packages in a clean chroot and those packages are not needed to be specified in the PKGBUILD. Glu is a dependency of this package and it requires ninja and clang (check). It's strange that you didn't have those packages already installed.

Rodancoci commented on 2021-10-11 07:14 (UTC)

Figured it out. clang and ninja should be added as makedeps.

Rodancoci commented on 2021-10-11 07:11 (UTC)

The proper way to avoid the /opt/flutter/bin/cache permission error is to add the current user to the flutterusers group created by the flutter package. The flutter directory is owned by the root user and the flutterusers group.

usermod -aG flutterusers <user>

I'm getting a new error now, though:

CMake Error: CMake was unable to find a build program corresponding to "Ninja".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
Building Linux application...                                           
Unable to generate build files

whoami commented on 2021-10-05 00:16 (UTC)

https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_2.5.2-stable.tar.xz

pagdot commented on 2021-09-02 14:21 (UTC)

I got permission errors when running flutter:

$ flutter                      
mkdir: cannot create directory '/opt/flutter/bin/cache': Permission denied

I "fixed" it by running sudo chmod a+rw -R /opt/flutter

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?