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
Move IIDs to `internal` library
#53
Closed
halildurmus
closed
1 year ago
halildurmus
commented
1 year ago
Description
Removes
constants.dart
from
windows_foundation
package
Moves some of the IIDs from constants.dart to
internal
library of the
windows_foundation
package
Some refactoring
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
constants.dart
fromwindows_foundation
packageinternal
library of thewindows_foundation
packageRelated Issue
None
Type of Change