halildurmus / dartwinrt

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

Generate package exports #24

Closed halildurmus closed 1 year ago

halildurmus commented 1 year ago

Currently, we are manually specifying which files to export in packages. It will quickly get out of control as we generate more APIs.

We should make this process automatic by generating exports according to some rules (e.g. exclude xxfactory?.dart and xxstatics?.dart files).