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

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 ?

whoami commented on 2021-12-16 22:39 (UTC) (edited on 2021-12-16 22:40 (UTC) by whoami)

btw, 2.8.1 already. And I wanna show you my update function without AUR pkg.

u() {
  # ...
  asdf update
  asdf plugin update --all
  asdf install flutter latest
  asdf global flutter latest
  export DART_SDK=$(asdf where flutter)/bin/cache/dart-sdk
  # ...
}

Also you can upgrade flutter over flutter (if you install it from flutter.dev) - flutter upgrade and even flutter downgrade, also you can change channel for upgrade/downgrade (example flutter channel {stable|beta|dev|master}; flutter upgrade) https://docs.flutter.dev/development/tools/sdk/upgrading

vmasdani commented on 2021-12-16 03:24 (UTC)

thank you for the 2.8 update @frealgagu

frealgagu commented on 2021-12-15 17:44 (UTC)

@romjan1412 a little busy with zero-day log4j vulnerability. But it's now up to date (2.8.0).

whoami commented on 2021-12-15 01:53 (UTC)

By the way, you can use asdf-vm with flutter plugin or https://fvm.app to install latest flutter without delays

vmasdani commented on 2021-12-13 02:11 (UTC) (edited on 2021-12-13 02:14 (UTC) by vmasdani)

just a heads up 2.8 is released now

romjan1412 commented on 2021-12-12 04:47 (UTC)

why this is not updated yet?