windows_foundation 0.1.0 windows_foundation: ^0.1.0 copied to clipboard
Provides access to WinRT APIs from the Windows.Foundation namespace using FFI.
0.1.0 #
Note: This release has breaking changes.
- REFACTOR: tweak the conversions from native arrays to Dart Lists (#300). (009e6d15)
- REFACTOR: rework
getRestrictedErrorDescription
function (#298). (0c2a7a91) - FEAT(windows_media): add
MediaCapture
APIs (#301). (81584de7) - FEAT: provide better error messages on
WindowsException
s (#291). (c06493cf) - FEAT: support
Object?
type arguments in Vectors (#290). (1b9034b7) - FEAT: support
WinRTStruct
type arguments in Vectors (#289). (486f0de9) - BREAKING FIX: getters that return collection objects are now nullable (#297). (6e0c8148)
- BREAKING FIX: some Vector type arguments are now nullable (#286). (36eef7ae)
- BREAKING FEAT: methods with
out
parameters now return aRecord
(#299). (35ebf6f1)
0.0.4 #
- Add
getWindowHandle
helper function to retrieve the window handle of the current window (#197) InitializeWithWindow
'sinitialize
method now usesgetWindowHandle
to retrieve the window handle of the current window ifhwnd
parameter is omitted (#197)
0.0.3 #
- Add
NativeDisplayAdapterId
andNativeSizeInt32
structs (#193)
0.0.2 #
IMap
interface'sempty
constructor now supports creating empty maps for theGuid
andObject?
key-value pairs.
0.0.1 #
- Initial version.