Windows Taskbar Versions Save

Flutter library serving utilities related to Windows taskbar.

v1.1.2

8 months ago
  • feat: WindowsTaskbar.isTaskbarVisible
  • fix: call UnregisterTopLevelWindowProcDelegate in WindowsTaskbarPlugin destructor
  • refactor: improve implementation consistency

v1.1.1

1 year ago
  • feat: WindowsTaskbar.setWindowTitle & WindowsTaskbar.resetWindowTitle
  • refactor: check nullptr before invoking ITaskbarList3 methods

v1.1.0

2 years ago
  • feat: WindowsTaskbar.setOverlayIcon & WindowsTaskbar.resetOverlayIcon
  • feat: platform channel calls raise errors correctly by checking HRESULT
  • perf: move impl to separate translation unit & make methods non-inline
  • refactor: improved naming of various methods
  • deprecated:
    • WindowsTaskbar.clearThumbnailToolbar is now WindowsTaskbar.resetThumbnailToolbar
    • WindowsTaskbar.setFlashTaskbarAppIcon is now WindowsTaskbar.setFlashTaskbarAppIcon
    • WindowsTaskbar.stopFlashingTaskbarAppIcon is now WindowsTaskbar.resetFlashTaskbarAppIcon

v1.0.0

2 years ago
  • feat: WindowsTaskbar.flashTaskbarAppIcon & WindowsTaskbar.stopFlashingTaskbarAppIcon
  • fix: use MultiByteToWideChar for std::wstring convert
  • chore: re-license to MIT

v0.0.1

2 years ago
  • feat: expose ITaskbarList3 Win32 APIs
  • feat: setProgressMode
  • feat: setProgress
  • feat: setThumbnailToolbar
  • feat: setThumbnailTooltip