halildurmus / dartwinrt

Idiomatic Dart projection of the modern Windows Runtime (WinRT) APIs.
BSD 3-Clause "New" or "Revised" License
50 stars 3 forks source link

Support boxing enums and structs #307

Closed halildurmus closed 2 weeks ago

halildurmus commented 1 year ago

Enums and structs need to be boxed so that they can be passed to WinRT APIs that expect IInspectable objects.