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

Annotate deprecated types and members with `@Deprecated` #98

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Description

Annotates deprecated types and members with @Deprecated annotation. Also did some refactoring.

Related Issue

Fixes #87

Type of Change