mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() 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`. |
||
---|---|---|
.. | ||
migrations | ||
application_package.dart | ||
build_macos.dart | ||
cocoapod_utils.dart | ||
cocoapods_validator.dart | ||
cocoapods.dart | ||
macos_device.dart | ||
macos_ipad_device.dart | ||
macos_workflow.dart | ||
native_assets_host.dart | ||
native_assets.dart | ||
xcdevice.dart | ||
xcode_validator.dart | ||
xcode.dart |