Package Details: flutter-artifacts-dart-google-bin 3.38.1-3

Git Clone URL: https://aur.archlinux.org/flutter.git (read-only, click to copy)
Package Base: flutter
Description: Flutter SDK component - Dart SDK
Upstream URL: https://flutter.dev
Keywords: android fuchsia ios mobile sdk
Licenses: custom, BSD, CCPL
Groups: flutter
Conflicts: dart
Provides: dart
Submitter: flipflop97
Maintainer: WithTheBraid
Last Packager: WithTheBraid
Votes: 151
Popularity: 0.65
First Submitted: 2017-06-05 21:03 (UTC)
Last Updated: 2025-11-23 12:41 (UTC)

Required by (13)

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 »

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.

Papitz commented on 2024-03-26 17:15 (UTC)

Trying to install with yay gives me a circular dependency error over and over again:

 -> aur dep warn:flutter-engine-common-google-bin flutter-sky-engine-google-bin circular dependencies not allowed
 -> aur dep warn:flutter-engine-common-google-bin flutter-material-fonts-google-bin circular dependencies not allowed

WithTheBraid commented on 2024-03-26 15:21 (UTC)

@juaji May I as how you built the package ? Did you use the -fC flags (force rebuild and clean source tree) when calling makepkg ?