florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
757 stars 363 forks source link

No media visible in Android Auto #827

Open imbehind opened 7 months ago

imbehind commented 7 months ago

Flutter Version

My version : 3.16.3

Lib Version

My version : 3.1.1

Platform (Android / iOS / web) + version

Platform : Android Auto (All versions)

Describe the bug

I have a working audio stream player app on Android. However, when the app is started from Android Auto, nothing is loaded and displayed on the car's screen. No currently playing audio, no metadata, no controls. Nothing.

I'm not sure if it's a bug, or if I'm simply missing some extra code or configuration for Android Auto.

Would appreciate any help to get this working.

imbehind commented 7 months ago

Is there a working example for Android Auto? Has anyone managed to get AA working with AAP?

Sekru commented 7 months ago

I’m also trying to deploy app on android auto but i have error: No auto function @imbehind can you show me your manisfest or what was needed to run it on android auto?