dart-windows / win32

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

Deprecate WinRT helpers #829

Closed halildurmus closed 4 months ago

halildurmus commented 4 months ago

These helpers date back to the period when the WinRT projection was integrated into the win32 package (pre-v5). They should've been removed in v5, along with the WinRT projection bits.

Given their specific use cases, it's doubtful they see much, if any, active use. Nevertheless, any remaining users can simply copy these functions into their codebase. It seems logical to remove them from this package, as they no longer serve a significant purpose.