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 .. 5 6 7 8 9 10 11 12 13 14 15 .. 27 Next › Last »

WithTheBraid commented on 2024-03-27 17:13 (UTC) (edited on 2024-03-27 23:27 (UTC) by WithTheBraid)

EDIT : SOLVED.

Many users were trying to use the aur/flutter package together with aur/dart-sdk-dev. Since that package didn't behave as the extra/dart package. The build failed. If you try out the aur/flutter=3.19.4-18, this should be fixed.

I hope you will now be finally able to enjoy the new Flutter package - hopefully without further major issues. If not, keep posting here or in GitLab, I'll give my best to investigate !


Many user report an error with the Flutter tool trying to figure out the current version.

_TypeError: Null check operator used on a null value

Those of you who are fine with using GitLab, I'd highly appreciate more detailed bug reports in this issue : https://gitlab.com/flutter-archlinux/tool/-/issues/1

juaji commented on 2024-03-27 15:47 (UTC)

@WithTheBraid I keep getting the same error "Null check operator used on a null value". Does anyone know of an alternative to installing flutter while this (broken) package is being fixed?

Papitz commented on 2024-03-27 15:19 (UTC)

After installing the new package I am getting this error:

An exception occurred applying plugin request [id: 'dev.flutter.flutter-gradle-plugin']
> Failed to apply plugin 'dev.flutter.flutter-gradle-plugin'.
   > /usr/lib/flutter/bin/internal/engine.version (No such file or directory)

I also cannot find the file anywhere anymore. It used to be there with the old version. Does anyone know what package I am missing or where the file might end up?

y0uCeF commented on 2024-03-27 13:53 (UTC) (edited on 2024-03-27 14:53 (UTC) by y0uCeF)

Anyone knows why i get this error even though I can search and even build the packages it says are not satisfied? I am using pamac by the way

EDIT: I ended up building it by installing all the dependencies first

Error: Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'flutter-engine-android' required by flutter-target-android
- unable to satisfy dependency 'flutter-engine-linux=3.19.4' required by flutter-target-linux
- unable to satisfy dependency 'flutter-target-linux=3.19.4' required by flutter
- unable to satisfy dependency 'flutter-target-android=3.19.4' required by flutter
- unable to satisfy dependency 'flutter-engine-web=3.19.4' required by flutter-target-web
- unable to satisfy dependency 'flutter-target-web=3.19.4' required by flutter

WithTheBraid commented on 2024-03-27 13:51 (UTC)

@stelbl The dependencies are sadly due to the way Flutter is concepted. The flow is to install :

  1. flutter-common

  2. then installer flutter-material-fonts and flutter-sky-engine

  3. flutter-engine-common

  4. flutter-engine-*, flutter-gradle, flutter-tool

  5. flutter-devel, flutter-target-*, flutter-intellij-patch

  6. flutter

packages and then to install all remaining packages of the flutter package.

In case you use an aur helper, ensure that one can properly resolve between these subpackages. E.g. yay reaches there, though it's sadly very slow (it keeps repackaging the package dozens of times).

stelbl commented on 2024-03-27 09:32 (UTC) (edited on 2024-03-27 09:32 (UTC) by stelbl)

So I just tried to update but I've been getting these no matter what I do (tried both with flutter and aur/flutter);

resolving dependencies...
warning: cannot resolve "flutter-engine-linux=3.19.4", a dependency of "flutter-target-linux"
warning: cannot resolve "flutter-engine-web=3.19.4", a dependency of "flutter-target-web"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      flutter-target-linux  flutter-target-web

:: Do you want to skip the above packages for this upgrade? [y/N] 

What's even weirder is that explicitly trying to install flutter-engine-{web,linux} installs flutter-engine-{linux,web}-google-bin. I guess some dependency declarations of flutter-target-{web,linux} need to be updated?

akitokatayose commented on 2024-03-27 02:53 (UTC)

@WithTheBraid Still getting the same "Null check operator used on a null value" error with the updated packages.

juaji commented on 2024-03-26 20:49 (UTC)

Hello again, I have tried to install the package in three ways: using the package manager (GUI), cloning and doing makepkg -sifC and using trizen (the last one is the one I use in most cases, it always works well for me). In all three cases the same error results that I have been reporting.

tiziodcaio commented on 2024-03-26 19:38 (UTC)

Please, group all flutter packages into one single group called flutter, so we can uninstall easily with one command like sudo pacman -Rns flutter...

xAsh commented on 2024-03-26 19:14 (UTC)

Getting the same circular dependency error if I try to install flutter (yay -S flutter), but aur/flutter installs fine.