Package Details: flutter-target-android 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 - android 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: 151
Popularity: 0.52
First Submitted: 2017-06-05 21:03 (UTC)
Last Updated: 2025-11-23 12:41 (UTC)

Dependencies (10)

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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 27 Next › Last »

solsticedhiver commented on 2023-05-23 17:04 (UTC)

Why remove the flutterusers group and make the permission rw for all users. This is a poor decision and using a flutterusers group better in term of security

solsticedhiver commented on 2023-05-23 16:56 (UTC)

Once installed flutte complains with

Error: The Flutter directory is not a clone of the GitHub project.
       The flutter tool requires Git in order to operate properly;
       to install Flutter, see the instructions at:
       https://flutter.dev/get-started

Why rename the .git directory to .git-refs ? It seemst o work for me with .git not .git-refs

jpike commented on 2023-05-23 05:28 (UTC) (edited on 2023-05-23 05:44 (UTC) by jpike)

Fresh install (not upgrade) seems to be broken, flutter doctor gives:

Error: The Flutter directory is not a clone of the GitHub project.

flutter 3.7 was working fine, with that install we had /opt/flutter/.git and with the latest release this directory is not present.

I can see that the PKGBUILD does mv "${pkgdir}/opt/${pkgname}/.git" "${pkgdir}/opt/${pkgname}/.git-refs" and that the flutter.install has mv "/opt/flutter/.git-refs" "/opt/flutter/.git" in its post_upgrade, I think maybe the problem is that for a fresh install the post_upgrade doesn't run, maybe this command should be in post_install. Although I thought that post_upgrade also runs for fresh installations so I'm not sure.

GPereira commented on 2023-05-21 14:01 (UTC)

I could not setup flutter using the flutter package. It has issues detecting its own version when I run after a fresh install:

cat /opt/flutter/version

it outputs:

3.10.1

if I run flutter doctor and check the contents again it outputs:

0.0.0-unknown

The previous errors happen because flutter doctor tool expects the flutter installation path to be a git cloned repository and tries to use git to perform various tasks like derive the version from the git branch it is checked out and so on. That's why while trying to detect the version it fails and sets it as unknown

No idea how to fix these issues while using the flutter package from AUR, I don't want to have a manual setup that would require manual intervention in the future

CompArch commented on 2023-05-20 01:00 (UTC) (edited on 2023-05-20 02:29 (UTC) by CompArch)

i encounter this error message after successful installation

Error: The Flutter directory is not a clone of the GitHub project.
  The flutter tool requires Git in order to operate properly;
  to install Flutter, see the instructions at:
  https://flutter.dev/get-started

i found it in line 218-226 /opt/flutter/bin/internal/shared.sh

# Test if the flutter directory is a git clone (otherwise git rev-parse HEAD
# would fail)
if [[ ! -e "$FLUTTER_ROOT/.git" ]]; then
    >&2 echo "Error: The Flutter directory is not a clone of the GitHub project."
    >&2 echo "       The flutter tool requires Git in order to operate properly;"
    >&2 echo "       to install Flutter, see the instructions at:"
    >&2 echo "       https://flutter.dev/get-started"
    exit 1
fi

i just clone flutter repository to /opt/flutter and added symbolic link for google-chrome and dart bind with flutter so i remove dart by

sudo pacman -R dart

and

 sudo ln -s "/opt/flutter/bin/dart" "/usr/bin/dart"
 sudo ln -s "/opt/google/chrome/google-chrome" "/usr/bin/google-chrome"

thanks for this great aur

xuiqzy commented on 2023-05-18 22:38 (UTC)

When I upgraded from 3.10.0-1 to 3.10.1-1 I got the following warnings. Is there any way to prevent those?

warning: could not get file information for opt/flutter/.pub-preload-cache/
warning: could not get file information for opt/flutter/.pub-preload-cache/_discoveryapis_commons-1.0.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/_fe_analyzer_shared-58.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/analyzer-5.10.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/archive-3.3.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/args-2.4.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/async-2.11.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/battery-2.0.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/battery_platform_interface-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/boolean_selector-2.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/browser_launcher-1.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/built_collection-5.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/built_value-8.4.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/camera-0.10.3+2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/camera_android-0.10.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/camera_avfoundation-0.9.13+1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/camera_platform_interface-2.5.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/camera_web-0.3.1+3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/characters-1.3.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/checked_yaml-2.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/clock-1.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/collection-1.17.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/completion-1.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/connectivity-3.0.6.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/connectivity_for_web-0.4.0+1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/connectivity_macos-0.2.1+2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/connectivity_platform_interface-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/convert-3.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/coverage-1.6.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/cross_file-0.3.3+4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/crypto-3.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/csslib-0.17.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/cupertino_icons-1.0.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/dds-2.7.10.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/dds_service_extensions-1.3.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/device_info-2.0.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/device_info_platform_interface-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/devtools_shared-2.23.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/dwds-19.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/equatable-2.0.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/fake_async-1.3.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/ffi-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/file-6.1.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/file_testing-3.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/fixnum-1.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/flutter_gallery_assets-1.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/flutter_lints-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/flutter_plugin_android_lifecycle-2.0.8.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/flutter_template_images-4.2.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/frontend_server_client-3.2.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/gcloud-0.8.7.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/glob-2.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/google_fonts-4.0.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/googleapis-3.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/googleapis_auth-1.4.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/html-0.15.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/http-0.13.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/http_multi_server-3.2.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/http_parser-4.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/intl-0.18.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/io-1.0.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/isolate-2.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/js-0.6.7.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/json_annotation-4.8.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/json_rpc_2-3.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/leak_tracker-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/lints-2.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/logging-1.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/matcher-0.12.15.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/material_color_utilities-0.2.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/meta-1.9.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/metrics_center-1.0.7.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/mime-1.0.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/multicast_dns-0.3.2+3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/mustache_template-2.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/native_stack_traces-0.5.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/node_preamble-2.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/package_config-2.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path-1.8.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider-2.0.14.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider_android-2.0.21.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider_foundation-2.2.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider_linux-2.1.10.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider_platform_interface-2.0.6.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/path_provider_windows-2.1.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/pedantic-1.11.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/petitparser-5.3.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/platform-3.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/plugin_platform_interface-2.1.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/pool-1.5.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/process-4.2.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/process_runner-4.1.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/protobuf-2.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/pub_semver-2.1.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/pubspec_parse-1.2.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/quiver-3.2.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shelf-1.4.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shelf_packages_handler-3.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shelf_proxy-1.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shelf_static-1.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shelf_web_socket-1.0.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/shrine_images-2.0.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/source_map_stack_trace-2.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/source_maps-0.10.12.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/source_span-1.9.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/sse-4.1.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/stack_trace-1.11.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/standard_message_codec-0.0.1+3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/stream_channel-2.1.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/stream_transform-2.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/string_scanner-1.2.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/sync_http-0.3.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/term_glyph-1.2.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/test-1.24.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/test_api-0.5.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/test_core-0.5.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/typed_data-1.3.1.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/unified_analytics-1.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher-6.1.10.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_android-6.0.17.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_ios-6.1.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_linux-3.0.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_macos-3.0.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_platform_interface-2.1.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_web-2.0.16.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/url_launcher_windows-3.0.5.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/usage-4.1.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/uuid-3.0.7.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/vector_math-2.1.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/video_player-2.2.11.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/video_player_platform_interface-5.1.4.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/video_player_web-2.0.15.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/vm_service-11.3.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/vm_snapshot_analysis-0.7.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/watcher-1.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/web_socket_channel-2.3.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/webdriver-3.0.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/webkit_inspection_protocol-1.2.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/win32-3.1.3.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/xdg_directories-1.0.0.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/xml-6.2.2.tar.gz
warning: could not get file information for opt/flutter/.pub-preload-cache/yaml-3.1.1.tar.gz

mahjong commented on 2023-05-18 17:48 (UTC)

@dongfengweixiao I have the same issue.

dongfengweixiao commented on 2023-05-16 15:19 (UTC)

Why did it go wrong?

➜  ~ flutter doctor -v

#0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1      _DefaultPub._runWithStdioInherited (package:flutter_tools/src/dart/pub.dart:447:7)
<asynchronous suspension>
#2      _DefaultPub.get (package:flutter_tools/src/dart/pub.dart:323:5)
<asynchronous suspension>
#3      PubDependencies.update (package:flutter_tools/src/flutter_cache.dart:125:5)
<asynchronous suspension>
#4      Cache.updateAll (package:flutter_tools/src/cache.dart:677:9)
<asynchronous suspension>
#5      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1518:7)
<asynchronous suspension>
#6      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1336:27)
<asynchronous suspension>
#7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#8      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#9      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:296:9)
<asynchronous suspension>
#10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#11     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:244:5)
<asynchronous suspension>
#12     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:91:9)
<asynchronous suspension>
#13     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
<asynchronous suspension>
#14     main (package:flutter_tools/executable.dart:91:3)
<asynchronous suspension>

whoami commented on 2023-05-14 17:02 (UTC)

@PolarianDev dart included in any flutter archive. Their versions are tightly coupled. The system version of dart can theoretically be updated earlier than flutter, this can break flutter or lead to unexpected errors. Don't use system dart if installing flutter

PolarianDev commented on 2023-05-14 12:03 (UTC)

I have realised that during the building of flutter in a clean chroot, you are downloading the dart sdk directly without adding it as a dependency of the package, dart is within the community repository:

https://archlinux.org/packages/community/x86_64/dart/

Is there a reason for this?