Skip to main content

All Questions

Tagged with
-1 votes
1 answer
61 views

Issues in flutter carplay [closed]

I am using Flutter CarPlay and experiencing the following issues: When opening CarPlay without first opening the app on mobile, a blank screen appears. After killing the app on mobile, CarPlay shows a ...
Ragul PR's user avatar
  • 108
0 votes
0 answers
52 views

Cannot launch maps in CarPlay from my app [closed]

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Ragul PR's user avatar
  • 108
-2 votes
1 answer
36 views

how to implement sorting in carplay list template in music app flutter

I’m building a music app in Flutter, and I’m using the flutter_carplay plugin to integrate iOS CarPlay functionality. On the CarPlay interface, there’s an "A-Z" sorting option that’s ...
Richa Shah's user avatar
0 votes
0 answers
26 views

Flutter Apple Carplay variable not reactive

I'm developing a radio app using the flutter_carplay package. The app updates the currently playing track and the next track every 10 seconds via a network request. Here's a summary of the issue I'm ...
Sacha COHEN's user avatar
2 votes
0 answers
64 views

How to navigate to the map application in Carplay when integrating Flutter application with Carplay?

In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
Mustafa Samancı's user avatar
3 votes
0 answers
650 views

How to Integrate Flutter App with Android Auto and Apple CarPlay?

I'm currently working on an existing Flutter mobile application and I'm looking to integrate it with Android Auto and Apple CarPlay. The app features include a GPS navigation system and a list of ...
MICHEL Baptiste's user avatar
0 votes
0 answers
66 views

Flutter project implement CarPlay/Android Auto?

I am trying to find a sample or any project that implements CarPlay and Android Auto in a Flutter environment using native code, but I haven't found any so far. Any recommendations or links would be ...
Elleeeaaa's user avatar
3 votes
1 answer
291 views

Access Flutter app from CarPlay screen without opening app first

I have Flutter application - simple online player that uses flutter_carplay and audio_service. I release this app to iOS only. When the app starts, it loads items that can be played. This works as ...
Tom11's user avatar
  • 2,521
1 vote
0 answers
387 views

Black screen on flutter engine initialization in AppDelegate

I have a Flutter app that I want to use Carplay with. There was an issue with opening the app from Carplay and it required moving FlutterEngine initialization to AppDelegate. Now it's working fine, ...
Redc4ke's user avatar
  • 63
7 votes
0 answers
2k views

Are there any examples of Android Auto Integration in Flutter Mobile app?

We have a working flutter app that works with Google map and is useful while driving. We are looking to build Android-Auto/CarPlay integration. We found a decent project Flutter_carplay (https://pub....
sankit's user avatar
  • 2,869
0 votes
1 answer
4k views

Flutter app for IOS watch and Android watch

I have to make one book-reading app that includes a music player. for both mobile and tablet (iPhone and iPad). client requirements are control the music player from the smart-watch. so how can I do ...
amit.flutter's user avatar
  • 1,091
7 votes
3 answers
11k views

Compatibility of Flutter with Car Play and Android Auto

I developed an app on Flutter and I'm looking at a way to link it with Car Play and Android Auto. For my understanding Flutter is not compatible yet. Anyone know if it will be in the future (if yes, ...
consuelo granata's user avatar