windows_taskbar 1.1.0
windows_taskbar: ^1.1.0 copied to clipboard
Flutter plugin serving utilities related to Windows taskbar.
1.1.0 #
- Added
WindowsTaskbar.setOverlayIcon&WindowsTaskbar.resetOverlayIcon(@nikitatg). - Move implementation to separate translation unit & make methods non-inline (@alexmercerind).
- Now platform channel calls raise errors correctly by checking
HRESULT(@alexmercerind). - Deprecated methods:
WindowsTaskbar.clearThumbnailToolbaris nowWindowsTaskbar.resetThumbnailToolbar.WindowsTaskbar.setFlashTaskbarAppIconis nowWindowsTaskbar.setFlashTaskbarAppIcon.WindowsTaskbar.stopFlashingTaskbarAppIconis nowWindowsTaskbar.resetFlashTaskbarAppIcon.- The change has been made to fix inconsistency in names.
1.0.0 #
- Implement
WindowsTaskbar.flashTaskbarAppIcon&WindowsTaskbar.stopFlashingTaskbarAppIcon(@alexmercerind). - Change project license to MIT (@alexmercerind).
- Use
MultiByteToWideCharforstd::wstringconvert (@boyan01).
0.0.1 #
- Initial release.
- Expose all common
ITaskbarList3WIN32 APIs (@alexmercerind). - Add following methods to
WindowsTaskbar(@alexmercerind):SetProgressModeSetProgressSetThumbnailToolbarSetThumbnailTooltip