Ben Salcie
Ben Salcie
Hi @vanlooverenkoen I was able to load list items with image url by doing the following. 1. Open the flutter iOS project in XCODE 2. Open the PODS->Development Pods->flutter_carplay 3....
Implementation is bit different. We can test for both and see any performance issues. I tried your approach and when [#24](https://github.com/oguzhnatly/flutter_carplay/pull/24) inside Isolates, I get some lag. I had to...
You can try from this Branch and give your feedback as we await approval. Add this to your pub spec.yaml ``` flutter_carplay: git: url: https://github.com/bensalcie/flutter_carplay.git # Where to find Repo...
Sure yes, we need to add a check to know if the client is Android Auto or not. On Wed, 18 Jan 2023, 15:47 ryanheise, ***@***.***> wrote: > Should we...
Yaaa, tried to check on a couple of hacks suggested on stackoverflow and google auto docs , the package seems to have followed the pattern quite correctly. However skipping to...
> Hello I have an app with radio stations list and work as well in iOS CarPlay but I don't know why in android auto I see just the app...
> @bensalcie this works. thx. I need last help plz. do u know why if I have added my tracks on mediaItems why inside android auto I see blank screen?...
> Hello do u know why if I connect the smartphone to the car radio, if I don't open the app before and open directly the android auto, this show...
> @bensalcie Hi solved but remaining the problem that if I open first android auto inside the car and later I want to open the app, this stuck on launch...
> @bensalcie If i don't use audio handler will my audio be controllable from android auto? Yes, if you decide to use an Alternative Audio Management , still will work....