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

Support projection of `IMapView` parameters #201

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

(I did try it with Windows.ApplicationModel.DataTransfer.Clipboard, and that was less successful, because missing support for map projections.)

Originally posted by @timsneath in https://github.com/dart-windows/dartwinrt/issues/189#issuecomment-1546173726

@timsneath This PR should fix the issue.

Related Issue

Type of Change