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 WinRT Flags enum projection
#67
Closed
halildurmus
closed
1 year ago
halildurmus
commented
1 year ago
Description
Adds
WinRTFlagsEnum
abstract class that extends the
WinRTEnum
Removes uses of the
intType
parameter for
WinRTEnum
type arguments (replaced with
isSubtypeOfWinRTFlagsEnum
checks)
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
WinRTFlagsEnum
abstract class that extends theWinRTEnum
intType
parameter forWinRTEnum
type arguments (replaced withisSubtypeOfWinRTFlagsEnum
checks)Related Issue
None
Type of Change