flutter/packages/flutter_tools/templates/app_shared/windows.tmpl
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
..
flutter [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
runner [Windows] Address feedback for show window comment (#127998) 2023-05-31 23:42:54 +00:00
.gitignore
CMakeLists.txt.tmpl Native assets support for Windows (#134203) 2023-09-27 12:22:58 +00:00