flutter_media_notification
flutter_media_notification copied to clipboard
Attempt to invoke virtual method 'android.content.Context android.app.Activity.getApplicationContext()' on a null object reference
before I use flutter downloader package it worked correctly. i am already use flutter downloader in my app but your package throw this error.
E/AudioplayersPlugin(31951): Unexpected error!
E/AudioplayersPlugin(31951): java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context android.app.Activity.getApplicationContext()' on a null object reference
.
.
.
E/MethodChannel#xyz.luan/audioplayers(31951): java.lang.IllegalArgumentException: Unsupported value: java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.Context android.app.Activity.getApplicationContext()' on a null object reference
what do I should Do ?
It's not MediaNotification error and related to Audioplayers.
We already use this package with flutter downloader.
Could you please tell me more about this situation leads to this error?
I found out the problem and I will fix it soon.
@aliyazdi75 what is the status on this?