flutter_media_notification icon indicating copy to clipboard operation
flutter_media_notification copied to clipboard

Attempt to invoke virtual method 'android.content.Context android.app.Activity.getApplicationContext()' on a null object reference

Open mohammadne opened this issue 6 years ago • 3 comments

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 ?

mohammadne avatar Nov 09 '19 19:11 mohammadne

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?

aliyazdi75 avatar Nov 10 '19 11:11 aliyazdi75

I found out the problem and I will fix it soon.

aliyazdi75 avatar Nov 23 '19 09:11 aliyazdi75

@aliyazdi75 what is the status on this?

FallenRiteMonk avatar Jun 04 '20 16:06 FallenRiteMonk