oguzhnatly / flutter_carplay

🚗 Apple CarPlay for Flutter Apps. Aims to make it safe to use apps made with Flutter in the car by integrating with CarPlay.
https://pub.dev/packages/flutter_carplay
MIT License
215 stars 62 forks source link

how to open flutter carplay with proper data without opening app? #56

Open richanshah opened 1 week ago

richanshah commented 1 week ago

Steps to reproduce

Open app in carplay and mobile device both Play any song from carplay Kill the app from mobile and observe that carplay app also stopped Now open the app in carplay only Observe You will see "Please wait while data fetching" on collections, playlists and songs screen when you kill the app and then open app in carplay Also this happens when you close the app and go back into the app in carplay only then click music you just get spinning.

[✓] Flutter (Channel stable, 3.19.5, on macOS 14.2.1 23C71 darwin-arm64 (Rosetta), locale en-IN) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.1)

viniciusoliverrs commented 6 days ago

Hi, @richanshah. I managed to find the solution to this issue with the comment at this link https://github.com/oguzhnatly/flutter_carplay/issues/12#issuecomment -1150229720

richanshah commented 6 days ago

OK, Thanks I will give it a try.