ryanheise / just_audio

Audio Player
1.06k stars 678 forks source link

Customize notification buttons when using just_audio_background #756

Open zS1L3NT opened 2 years ago

zS1L3NT commented 2 years ago

Is your feature request related to a problem? Please describe. I don't like the look of the default icons for skipping, pausing and playing songs in the Android notification list.

Describe the solution you'd like A way to customise

Describe alternatives you've considered n/a

Additional context This is what Spotify's notification looks like

This is what the notification from just_audio_background looks like. The icons are the default icons and I don't want the stop button to show

ryanheise commented 2 years ago

Changing the icons is potentially a feature I would consider adding, although configuring which buttons show, particularly the ratings button, is not. However, everything should be possible by using audio_service directly, as advised in the README. That will give you complete flexibility on what buttons to show and when, and what they should look like.

ryanheise commented 2 years ago

Reopening since I haven't implemented the icon config feature yet.