mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() It's now possible to natively compile a flutter app for windows-arm64. Cross-compilation is not yet implemented. Uses arm64 artifacts now available for Dart/Flutter. Platform detection is based on Abi class, provided by Dart. Depending if Dart is an arm64 or x64 binary, the Abi is set accordingly. Initial bootstrap of dart artifacts (update_dart_sdk.ps1) is checking PROCESSOR_ARCHITECTURE environment variable, which is the way to detect host architecture on Windows. This is available only for master channel (on other channels, it fallbacks to windows-x64). On windows-x64, it produces an x64 app. On windows-arm64, it produces an arm64 app. |
||
---|---|---|
.. | ||
analysis.dart | ||
android_choreographer_do_frame_test.dart | ||
android_lifecycles_test.dart | ||
android_verified_input_test.dart | ||
android_views_test.dart | ||
build_test_task.dart | ||
dart_plugin_registry_tests.dart | ||
entrypoint_dart_registrant.dart | ||
flutter_tool_startup.dart | ||
gallery.dart | ||
hot_mode_tests.dart | ||
integration_tests.dart | ||
microbenchmarks.dart | ||
native_assets_test.dart | ||
new_gallery.dart | ||
perf_tests.dart | ||
platform_channels_benchmarks.dart | ||
plugin_tests.dart | ||
run_tests.dart | ||
web_benchmarks.dart | ||
web_dev_mode_tests.dart |