flutter_carplay
flutter_carplay copied to clipboard
New Feature: Now Playing
Hello,
when can we expect New Feature: Now Playing update? is there any ETA for the same?
Thankyou!!!
I like to know also. Would be a great addition
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
ref: Carplay-support-image-from-url # branch name
Call the now Now Playing Template in flutter: (Assuming you already sent your media item to the media queue)
await FlutterCarplay.showSharedNowPlaying(animated: true);
This branch freeze the ui or blocks the main thread until the images from url are loaded and please add support for queue and custom buttons in nowplaying.