audio_service icon indicating copy to clipboard operation
audio_service copied to clipboard

Support androidIcon on iOS

Open ankit-deligence3112 opened this issue 1 year ago • 1 comments

Feature proposal

I want to add a lock icon instaed of play/pause in andriod and ios notification control using audio service and just_audio .when i added lock icon like this its working fine in andriod but not showing in ios .how i can show in ios .

if (isPaid)
          MediaControl.custom(
              androidIcon: 'drawable/ic_lock',
              label: 'Locked',
              name: 'Locked',
              extras: <String, dynamic>{'Locked': 1})
### Motivating use case(s)
so that user can add custom icon in ios .

ankit-deligence3112 avatar Aug 07 '24 06:08 ankit-deligence3112

I've edited your title to be of a more appropriate length.

ryanheise avatar Aug 12 '24 03:08 ryanheise