windows_taskbar 1.1.1
windows_taskbar: ^1.1.1 copied to clipboard
Flutter plugin serving utilities related to Windows taskbar.
1.1.1 #
- feat:
WindowsTaskbar.setWindowTitle&WindowsTaskbar.resetWindowTitle(@alexmercerind). - refactor: check
nullptrbefore invokingITaskbarList3methods (@alexmercerind).
1.1.0 #
- feat:
WindowsTaskbar.setOverlayIcon&WindowsTaskbar.resetOverlayIcon(@nikitatg). - feat: platform channel calls raise errors correctly by checking
HRESULT(@alexmercerind). - perf: move impl to separate translation unit & make methods non-inline (@alexmercerind).
- refactor: improved naming of various methods (@alexmercerind).
- deprecated:
WindowsTaskbar.clearThumbnailToolbaris nowWindowsTaskbar.resetThumbnailToolbar.WindowsTaskbar.setFlashTaskbarAppIconis nowWindowsTaskbar.setFlashTaskbarAppIcon.WindowsTaskbar.stopFlashingTaskbarAppIconis nowWindowsTaskbar.resetFlashTaskbarAppIcon.
1.0.0 #
- feat:
WindowsTaskbar.flashTaskbarAppIcon&WindowsTaskbar.stopFlashingTaskbarAppIcon(@alexmercerind). - fix: use
MultiByteToWideCharforstd::wstringconvert (@boyan01). - chore: re-license to MIT (@alexmercerind).
0.0.1 #
- feat: most of the common
ITaskbarList3Win32 APIs (@alexmercerind). - feat:
SetProgressMode(@alexmercerind). - feat:
SetProgress(@alexmercerind). - feat:
SetThumbnailToolbar(@alexmercerind). - feat:
SetThumbnailTooltip(@alexmercerind).