alexmercerind / windows_taskbar

Flutter library serving utilities related to Windows taskbar.
MIT License
158 stars 16 forks source link

Icons don't show up on Windows 11 (ARM) #13

Open SleepySquash opened 1 year ago

SleepySquash commented 1 year ago

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 overlay icon, everything works as expected.

Windows 11 doesn't behave as smooth. While flashing, setting the buttons, changing the name and tooltip work, the icon itself is not shown neither in buttons nor as a overlay:

Снимок экрана 2023-02-09 в 11 29 42
alexmercerind commented 1 year ago

Hi @SleepySquash!

I'm able to use package:windows_taskbar just fine all the way from Windows 7 to Windows 11. I built it for Harmonoid & none of my users have reported any issues.

I can't really say anything, I have only abstracted ITaskbarList3 into a nice Flutter plugin. I see you've mentioned ARM device, which is something I can't say anything about.

SleepySquash commented 1 year ago

@alexmercerind, thank you very much for your time and attention!

I tried the Harmonoid, woah, amazing player! It works flawlessly, also the icons show up:

Снимок экрана 2023-02-09 в 12 01 09

I wonder if this issue might be related to the Flutter version.

There seem to be some problems regarding overlay icons running the x64 version on the ARM machine (e.g. with TortioseSVN), however this doesn't make much sense since the Harmonoid using the same package and running through x64 translation just works.