issues
search
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
Refactor `winrtgen`
#54
Closed
halildurmus
closed
1 year ago
halildurmus
commented
1 year ago
Description
Converts the
WinRTEnum
class to
abstract
class.
Removes
WinRT
prefixes from various places (classes, method names, file names).
Adds
ProjectionType
enum that helps to determine which projection class should be used while projecting WinRT types.
... and much more!
Related Issue
None
Type of Change
[ ] โจ New feature (non-breaking change which adds functionality)
[ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
[ ] โ Breaking change (fix or feature that would cause existing functionality to change)
[x] ๐งน Code refactor
[ ] โ Build configuration change
[ ] ๐ Documentation
[ ] ๐๏ธ Chore
Description
WinRTEnum
class toabstract
class.WinRT
prefixes from various places (classes, method names, file names).ProjectionType
enum that helps to determine which projection class should be used while projecting WinRT types.Related Issue
None
Type of Change