• auto-submit[bot]'s avatar
    Reverts "Enable native compilation for windows-arm64 " (#141809) · 1901d6fa
    auto-submit[bot] authored
    Reverts flutter/flutter#137618
    Initiated by: Jasguerrero
    This change reverts the following previous change:
    Original Description:
    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.
    1901d6fa
Name
Last commit
Last update
..
android.dart Loading commit data...
assets.dart Loading commit data...
common.dart Loading commit data...
dart_plugin_registrant.dart Loading commit data...
deferred_components.dart Loading commit data...
desktop.dart Loading commit data...
icon_tree_shaker.dart Loading commit data...
ios.dart Loading commit data...
linux.dart Loading commit data...
localizations.dart Loading commit data...
macos.dart Loading commit data...
native_assets.dart Loading commit data...
scene_importer.dart Loading commit data...
shader_compiler.dart Loading commit data...
web.dart Loading commit data...
windows.dart Loading commit data...