-
Notifications
You must be signed in to change notification settings - Fork 547
Description
Hi,
First, thank you for an awesome library 😄.
I am using flutter_downloader: ^1.6.0 and Flutter 2.7
I built an app that downloads music and plays it and I have tested everything on multiple devices locally and everything seems to work but after deploying it on google play, Firebase started to report a lot of crushes with the following stack trace
java.lang.NullPointerException:
at io.flutter.embedding.engine.h.d.f (Unknown Source:2)
at vn.hunghd.flutterdownloader.DownloadWorker.M (Unknown Source:30)
at vn.hunghd.flutterdownloader.DownloadWorker.r (Unknown Source)
at vn.hunghd.flutterdownloader.DownloadWorker$a.run (Unknown Source:4)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loop (Looper.java:246)
at android.app.ActivityThread.main (ActivityThread.java:8587)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
This is all the info I am getting. I tried to reproduce it locally but failed. I don't know what I am missing. The crush doesn't affect all users I have attached the report as an image here if that helps.
Thanks.
