aliyazdi75 / flutter_media_notification

Flutter Media Notification helps you to show your media notification and control streaming media beyond your flutter app. https://pub.dev/packages/flutter_media_notification
MIT License
32 stars 27 forks source link

NullPointerExceptions prevention #11

Closed HazMux closed 11 months ago

HazMux commented 4 years ago

NullPointerExceptions prevention, NotificationPanel's static fields: make private final, add channel name, change channel id and media session tag.

HazMux commented 4 years ago

I do this because in the Google Play Console I often see a NullPointerException from flutter_media_notification

aliyazdi75 commented 4 years ago

Thanks for PR I will check it soon.