flutter/dev
Pierrick Bouvier 792e26df95
[Windows] Add target architecture to build path (#131843)
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)
2023-08-31 09:09:02 -07:00
..
a11y_assessments [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
automated_tests Update flutter packages to pick up latest vm_service (#133335) 2023-08-25 11:03:35 -07:00
benchmarks [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
bots Updated DropdownMenu example and added a test (#133592) 2023-08-30 14:33:54 -07:00
ci Bump activesupport from 6.1.7.3 to 6.1.7.6 in /dev/ci/mac (#133225) 2023-08-24 20:06:51 +00:00
conductor Update flutter packages to pick up latest vm_service (#133335) 2023-08-25 11:03:35 -07:00
customer_testing Update flutter packages to pick up latest vm_service (#133335) 2023-08-25 11:03:35 -07:00
devicelab [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
docs Add doxygen doc generation. (#131356) 2023-08-29 11:12:02 -07:00
forbidden_from_release_tests Upgrade flutter packages. (#132697) 2023-08-16 16:26:58 -07:00
integration_tests [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
manual_tests [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
missing_dependency_tests Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools Add cancelButtonStyle & confirmButtonStyle to the DatePickerThemeData (#132847) 2023-08-30 21:16:13 +00:00
tracing_tests Update flutter packages to pick up latest vm_service (#133335) 2023-08-25 11:03:35 -07:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

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.