halildurmus / dartwinrt

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

refactor(winrtgen): refactor projection classes #285

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

I undertook a massive refactor of the projection classes, resulting in cleaner code. Additionally, I made significant improvements to the test coverage.

Related Issue

Sets the foundation for #284.

Type of Change