fix(android): prevent crash if callbackInfo is null in BackgroundWorker (fixes #527)#619
fix(android): prevent crash if callbackInfo is null in BackgroundWorker (fixes #527)#619Tulleb wants to merge 1 commit intofluttercommunity:mainfrom
Conversation
|
To view this pull requests documentation preview, visit the following URL: docs.page/fluttercommunity/flutter_workmanager~619 Documentation is deployed and generated using docs.page. |
|
Closed after #615's fix 👍 |
|
A quick question, what is the cadence of release of this fix? If I am affected by it, how would I access it? Do I need to simply use a branch of this project, or will there be a release to pub.dev soon? |
Sorry I can't really say about the cadence of release. But in the meantime, you can add this at the end of your |
|
Hi, thank you very much for providing this workaround. I was wondering if this fix also resolves the problem discussed in issue #621? Appreciate your support! |
Yes it should fix it 👍 |
|
I am also facing this issue Issue details Exception java.lang.NullPointerException: Attempt to read from field 'java.lang.String io.flutter.view.FlutterCallbackInformation.callbackLibraryPath' on a null object reference in method 'java.lang.String io.flutter.embedding.engine.dart.DartExecutor$DartCallback.toString()' |
Fixes #527 and also properly compile.
The previously opened PR #615 is currently having the following issue.
@jonathanduke let me know if you commit a fix on your PR; I'll close this one then.