You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
The text was updated successfully, but these errors were encountered:
ryanheise
changed the title
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})
Support androidIcon on iOS
Aug 12, 2024
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 .
The text was updated successfully, but these errors were encountered: