I now have a MacBookPro 2023 and the Media Keys don't work in my Flutter App. So far I only tested the built in keyboard (the keys above F7, F8 and F9).
I have set the keyboard to use the F keys directly. When I want play the next song, I press <fn> + <F9>. Maybe that makes a difference for you. When I debugPrint() the received key data in the listener, I can see a printed line for every key stroke, except for the keys where the fn key is needed/used.
Hope this helps to locate the issue.
Thanks
I now have a MacBookPro 2023 and the Media Keys don't work in my Flutter App. So far I only tested the built in keyboard (the keys above F7, F8 and F9).
I have set the keyboard to use the F keys directly. When I want play the next song, I press
<fn> + <F9>. Maybe that makes a difference for you. When I debugPrint() the received key data in the listener, I can see a printed line for every key stroke, except for the keys where the fn key is needed/used.Hope this helps to locate the issue.
Thanks