flutter/packages/flutter_tools/test/general.shard/windows
Daco Harkes ff4a0f676f
Native assets support for Windows (#134203)
Support for FFI calls with `@Native external` functions through Native assets on Windows. This enables bundling native code without any build-system boilerplate code.

For more info see:

* https://github.com/flutter/flutter/issues/129757

### Implementation details for Windows.

Mainly follows the design of https://github.com/flutter/flutter/pull/134031.

Specifically for Windows in this PR is the logic for finding the compiler `cl.exe` and environment variables that contain the paths to the Windows headers `vcvars.bat` based on `vswhere.exe`.
2023-09-27 12:22:58 +00:00
..
migrations [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
application_package_test.dart [flutter_tools] migrate more unit tests to null safety (#106153) 2022-06-17 21:34:27 -07:00
native_assets_test.dart Native assets support for Windows (#134203) 2023-09-27 12:22:58 +00:00
plugins_test.dart Remove dead code in tools tests (#104567) 2022-05-25 12:48:17 -07:00
visual_studio_test.dart Native assets support for Windows (#134203) 2023-09-27 12:22:58 +00:00
visual_studio_validator_test.dart Improve doctor output on incomplete Visual Studio installation (#133390) 2023-08-31 14:37:46 -07:00
windows_device_test.dart flutter-tool: enum cleanup (#124760) 2023-04-14 01:55:05 +00:00
windows_workflow_test.dart Enable avoid_redundant_argument_values lint (#91409) (#91462) 2021-10-08 09:25:14 -07:00