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

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?

romjan1412 commented on 2021-11-16 17:37 (UTC)

/opt/flutter/bin/internal/shared.sh: line 229: /opt/flutter/bin/cache/dart-sdk/bin/dart: No such file or directory

i'm peacefully using flutter! but after few days of break this error comes up!

cfujino commented on 2021-11-12 20:52 (UTC)

they put Dart in the Flutter archive for some reason

Yes, the reason is that breaking changes to the Dart SDK are landed with the corresponding fixes to the Flutter SDK. Also, you cannot "remove it" without significantly altering the Flutter tooling. The Flutter CLI tool ensures that the pinned version of the Dart SDK is present in its binary cache.

If you want to use a version of Flutter without depending on Flutter's pinned version of the Dart SDK, you would need to maintain a separate fork of the Flutter SDK, that tracks the breaking changes of the Arch Dart package, and has an updated Flutter tool that doesn't assume it controls the Dart installation.

whoami commented on 2021-11-10 10:12 (UTC)

Yes it blows my mind, they put Dart in the Flutter archive for some reason. I think we can safely remove it from there and use the system Dart

tiziodcaio commented on 2021-11-10 10:06 (UTC)

Cannot we use dart package instead of downloaded dark sdk from flutter?