windows_taskbar
windows_taskbar copied to clipboard
Flutter library serving utilities related to Windows taskbar.
please support more platform, especially the mac os, thanks very much!
If I run the example from here, it's working and It's perfectly fine. But If I make a new project and copy everithing, and follow all instructions, this feature WindowsTaskbar.setThumbnailToolbar...
I'm running the example provided both on Windows 10 (x86) and Windows 11 (ARM) computers on the latest Flutter 3.7.2. Windows 10 works flawlessly: flashing, setting the buttons, setting the...
When calling `setProgress` with a large number that is valid in Dart code (because Dart `int` is always 64 bit), the application will crash. Reproduction: ```dart await WindowsTaskbar.setProgress(0, 2147483647 +...
In the code I call: WindowsTaskbar.resetOverlayIcon() and I can see in my production logs the error: PlatformException(-1, ERROR: WindowsTaskbar::ResetOverlayIcon, null, null) I've checked the example app and no error for...
### This plugin is great, but I think the function of setting thumbnails should also be added The interface for this function should be like this: ``` void setThumbnailImage(Uint8List bytes,FitMode?...