Closed adinortey360 closed 3 years ago
Thank you for th error report! I will look into it when I have some time (might be a little bit). Do you have any error logs from the console you could provide?
This should now be resolved by PR #12 I will close this issue, but if the bug persits, please don't hesitate to reopen it and let me know.
This may be a problem with other plug-ins, such as flutter screen Recording, this plug-in calls the onactivityresult method, but the third parameter data:Intent is not nullable . When applying for power optimization, you will receive an empty intent, resulting in a crash
I think I have a nullable Intent?
, see here, right?
Running await FlutterBackground.hasPermissions for the first time crashes the app after the user click enable ignore battery optimization button.