Open
Description
Status update: #26801 (comment)
As I understand, at least with Apple CarPlay, the apps are run strictly on the phone, so it isn't a case of Apple Watch nor tvOS which require bitcode.
I'm not sure about Android Auto as I don't own any Android device.
Is there any way to run Flutter app in car? Is it on a roadmap?
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
gimox commentedon Feb 7, 2019
zoechi commentedon Feb 21, 2019
@zacksleo
Using "add reaction" on the initial comment would increase priority while
+1
comments are rather pointless and cause lots of people to get notified for no reason.To get notified yourself use the [Subscribe] button to the top right instead.
ThinkDigitalSoftware commentedon Apr 19, 2019
From what I've seen, you need to add some code to the android manifest to get your app registered as Android auto compatible with music or messages. What you can do is try to make a sample app that simply sends messages and add the corresponding Info to your manifest and see if it registers. If so, a plugin can be made and bam, instant support. I'm still researching how to make the UIs
pbaker5 commentedon May 21, 2019
@ThinkDigitalRepair Did you get anywhere with this?
ThinkDigitalSoftware commentedon May 21, 2019
No, I switched to other things :/
Gorniv commentedon Aug 1, 2019
vitor-gyant commentedon Sep 11, 2019
From my experience with CarPlay, it requires the implementation of specific CarPlay framework classes. The app needs to have custom entitlements and it also require the app to be approved by Apple but this is not complicated to manage and has no relation with flutter itself. Note that only certain apps are eligible for CP.
IMO, the complexity comes from the fact that CarPlay interfaces have very strict HMI guidelines and apple has enforced this in the API design. CarPlay uses a different Window to present the interface so, although it is possible this requires a deep discussion.
khal-it commentedon Oct 22, 2019
vitor-gyant commentedon Oct 23, 2019
@khalithartmann Most of the CarPlay support requires custom classes from CarPlayKit. Furthermore, the touch areas / ui design has very specific guidelines enforced by each class. IT would be easier to develop this natively.
josexs commentedon Dec 14, 2019
68 remaining items