dart-windows / win32

Build Win32 apps with Dart!
https://win32.pub
BSD 3-Clause "New" or "Revised" License
734 stars 118 forks source link

Improve projection of Flexible Array Members #399

Open timsneath opened 2 years ago

timsneath commented 2 years ago

For a string array of unclear length (e.g. Windows.Win32.Devices.DeviceAndDriverInstallation.SP_DEVICE_INTERFACE_DETAIL_DATA_W), consider projecting differently so that it doesn't appear as @Array(1).

timsneath commented 2 years ago

Likely blocked on https://github.com/microsoft/win32metadata/issues/912

Blocked on https://github.com/dart-lang/sdk/issues/49644