Open rafaellop opened 1 month ago
i also facing the same problem with certain devices using android 13 and below
@anasboyka @rafaellop Do you perhaps have more information? I wasn't able to reproduce the crash.
Based on the logs from @rafaellop the crash happens when multiple permission requests are sent before the initial one is denied or accepted.
No more information except that it happens mostly on Samsung devices and Android 13 or higher. I can provide full log/information from Google Play Console.
The #1069 PR fixes the issue. Please pull to the main repo.
Device / Emulator and OS
Android 13 (SDK 33)
Describe the bug
Users suffer of crashing my production app. Google Play reports crash as
java.lang.RuntimeException
. Callstack below. The health plugin is about to blame. This started when I upgrade from 10.x to 11.x. No changes in the app except the health plugin update and fixing breaking changes introduced in 11.x.Flutter doctor
[√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [Version 10.0.22000.2538], locale pl-PL)
Additional information