flutter/packages
Pierrick Bouvier 540559204e
Enable native compilation for windows-arm64 (#137618)
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.
2024-01-18 19:15:23 +00:00
..
flutter Deprecate M2 curves (#134417) 2024-01-18 18:38:00 +01:00
flutter_driver Fixed few typos (#141543) 2024-01-16 21:40:08 +00:00
flutter_goldens Add impeller key to skia gold client, Turn on a framework test shard that will run unit tests with --enable-impeller (#141341) 2024-01-11 17:57:00 +00:00
flutter_localizations Upgrade leak_tracker. (#141153) 2024-01-09 12:02:35 -08:00
flutter_test Ignore or fix leaks. (#141468) 2024-01-16 09:44:49 -08:00
flutter_tools Enable native compilation for windows-arm64 (#137618) 2024-01-18 19:15:23 +00:00
flutter_web_plugins Upgrade leak_tracker. (#141153) 2024-01-09 12:02:35 -08:00
fuchsia_remote_debug_protocol unpin web_socket_channel and roll pub packages (#141424) 2024-01-12 19:13:08 +00:00
integration_test Added newline at end of .gitignore files (#141270) 2024-01-12 23:22:11 +00:00
analysis_options.yaml Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00