mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
792e26df95
To implement windows-arm64 support, it is needed to add architecture as a subdirectory (https://github.com/flutter/flutter/issues/129805). In short, when performing a flutter windows build, we have: - Before: build/windows/runner/Release/gallery.exe - After: build/windows/x64/runner/Release/gallery.exe This convention follows what flutter linux build does. Addresses: https://github.com/flutter/flutter/issues/129805 Addresses: https://github.com/flutter/flutter/issues/116196 Design doc: [flutter.dev/go/windows-arm64](https://flutter.dev/go/windows-arm64) |
||
---|---|---|
.. | ||
a11y_assessments | ||
automated_tests | ||
benchmarks | ||
bots | ||
ci | ||
conductor | ||
customer_testing | ||
devicelab | ||
docs | ||
forbidden_from_release_tests | ||
integration_tests | ||
manual_tests | ||
missing_dependency_tests | ||
snippets/config | ||
tools | ||
tracing_tests | ||
analysis_options.yaml | ||
README.md |
This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.
The tests in this directory are run in the framework_tests_misc-*
shards.