Package Details: flutter-tool 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 - CLI tool (for packaging only)
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: 151
Popularity: 0.020976
First Submitted: 2017-06-05 21:03 (UTC)
Last Updated: 2026-02-22 06:08 (UTC)

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 2 3 4 5 6 7 8 9 .. 28 Next › Last »

Alkaris commented on 2024-09-01 01:59 (UTC)

This entire package is a mess, everything split up like this causes so much trouble with dependencies. I hope Flutter dies because it's really annoying working with any package dependencies from Google.

ahmet-cetinkaya commented on 2024-08-20 00:04 (UTC)

@bitscoper Yes, it gives me the same error.

==> Making package: flutter 3.24.0-1 (Tue Aug 20 03:04:37 2024)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> dart>=3.5.0
==> ERROR: Could not resolve all dependencies.
 -> Failed to install layer, rolling up to next layer.error:error making: flutter - exit status 8

<deleted-account> commented on 2024-08-19 06:02 (UTC)

Can confirm, @jpala

<deleted-account> commented on 2024-08-19 06:01 (UTC)

==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Missing dependencies:
  -> dart>=3.5.0
==> ERROR: Could not resolve all dependencies.
 -> Failed to install layer, rolling up to next layer.error:error making: flutter - exit status 8

jpala commented on 2024-08-16 02:14 (UTC)

Latest update looks like it might have conflicting dependencies.

Most packages require dart > 3.5 but it looks like flutter-engine-common-google-bin requires dart < 3.5

WithTheBraid commented on 2024-06-22 11:45 (UTC)

@Yorokobii Maybe you could consider installing aur/flutter-intellij-patch ? That one simply installs that symlink.

Yorokobii commented on 2024-06-22 11:41 (UTC)

Some tools use the path to the flutter bin to call the dart bin, I suppose to use compatible versions. Do you think it would be okay for your package to make a link to the dart binary as /usr/lib/flutter/bin/dart ? This package is so complex I'm not entirely sure it's good practice but I'm just throwing that here.

ZhangHua commented on 2024-06-05 12:34 (UTC)

Please note that if you want to use extra/dart to build package which requires flutter SDK, you need to set FLUTTER_ROOT=/usr/lib/flutter or dart cannot find proper flutter SDK. You can try to build spotube without FLUTTER_ROOT set to prove this.

xiota commented on 2024-06-04 09:34 (UTC) (edited on 2024-06-04 09:35 (UTC) by xiota)

Is there something wrong with the dependencies?

@raevn They're too complicated. Read the pinned comments.

Also look through previous comments. If there are recent reports of errors (not confusion about depends), you may want to postpone building until the next update.

Since this package was updated a week ago, it should still be working.

raevn commented on 2024-06-04 09:12 (UTC)

$ pikaur -S flutter Reading repository package databases... Reading local package database... Resolving AUR dependencies... :: error: Can't resolve dependencies for AUR package 'flutter-target-android': :: error: Dependencies missing for flutter-target-android :: warning: Following package cannot be found in AUR: flutter-engine-android
:: Try recovering flutter-target-android? [e] edit PKGBUILD [f] skip 'check()' function of PKGBUILD [s] skip this package [A] abort

Is there something wrong with the dependencies?