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 parameter projections #95

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Refactors the parameter projections by creating extensions for parameter conversions (e.g. Dart DateTime to WinRT DateTime, Dart Duration to WinRT Duration, etc.).

Related Issue

Type of Change