flutter_carplay
flutter_carplay copied to clipboard
Added the shared now playing implementation
Thank you for your contribution @vanlooverenkoen! I'm testing on real devices and cars as well. I will be approving and merging this PR as soon as possible.
Works fine, but is it possible in the current state to display a badge in the corner to open this tab like on Spotify?
@oguzhnatly @vanlooverenkoen what is the status of the Now Playing feature? when it will be available?
@Subhangi3 the status from my side is that we are using this in production since december.
@Subhangi3 the status from my side is that we are using this in production since december.
Same, we are also using it in addition with #25. Everything seems to be working fine.
@vanlooverenkoen Can you tell me how you did that please? I need it urgent.
I just used this fork
I just used this fork
Sure that part I understand :D
But I keep getting: Thread 1: "Application does not implement CarPlay template application lifecycle methods in its scene delegate."
Any idea how to fix that?
@vanlooverenkoen, could you please guide me in the right direction for the initialization and correct display on CarPlay?
I am using the radio_player package for the music part.
Mainly, I am receiving the following notifications:
vbnet Copy code AddInstanceForFactory: No factory registered for id <CFUUID 0x6000002afa40> F8BB1C28-BAE8-11D6-9C31-00039315CD46
MSVEntitlementUtilities - Process Runner PID[34.048] - Group: - Entitlement: com.apple.mediaremote.external-artwork-validation - Entitled: 0 - Error:
93.955 HALC_ProxyIOContext.cpp:1.329 HALC_ProxyIOContext::IOWorkLoop: skipping cycle due to overload
HALB_MachPort.cpp:174 HALB_MachPort::DestroyPort: not going to destroy anything this way Additionally, I don't see any display on the CarPlay screen.
I hope you can point me in the right direction.
Can someone please help me with this how to show now playing on screen?