windows_taskbar 1.1.0 copy "windows_taskbar: ^1.1.0" to clipboard
windows_taskbar: ^1.1.0 copied to clipboard

outdated

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.clearThumbnailToolbar is now WindowsTaskbar.resetThumbnailToolbar.
    • WindowsTaskbar.setFlashTaskbarAppIcon is now WindowsTaskbar.setFlashTaskbarAppIcon.
    • WindowsTaskbar.stopFlashingTaskbarAppIcon is now WindowsTaskbar.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 MultiByteToWideChar for std::wstring convert (@boyan01).

0.0.1 #

  • Initial release.
  • Expose all common ITaskbarList3 WIN32 APIs (@alexmercerind).
  • Add following methods to WindowsTaskbar (@alexmercerind):
    • SetProgressMode
    • SetProgress
    • SetThumbnailToolbar
    • SetThumbnailTooltip
110
likes
0
pub points
92%
popularity

Publisher

unverified uploader

Flutter plugin serving utilities related to Windows taskbar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, path

More

Packages that depend on windows_taskbar