flutter_carplay icon indicating copy to clipboard operation
flutter_carplay copied to clipboard

New Feature: Now Playing

Open subhangiP opened this issue 2 years ago • 3 comments

Hello,

when can we expect New Feature: Now Playing update? is there any ETA for the same?

Thankyou!!!

subhangiP avatar Oct 18 '22 09:10 subhangiP

I like to know also. Would be a great addition

maendamedia avatar Oct 20 '22 10:10 maendamedia

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);

bensalcie avatar Dec 01 '22 19:12 bensalcie

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.

harryandroiddev avatar Jul 27 '23 06:07 harryandroiddev