Open avithe1 opened 3 months ago
Thanks! I was able to reproduce the issue and I'll send it to ENG so they can work on this
Hi @avithe1. This seems to be a bug within the permission_handler
package that we use to handle permissions: https://github.com/Baseflow/flutter-permission-handler/issues/1353. Could you try the workaround mentioned in this link?
Add permission_handler_html: 0.1.1
as a custom dependency (into any custom widget/action). This seems to have fixed the issue based on my testing locally.
Can we access your project?
Current Behavior
Microphone conditional check crashes on the WEB
Expected Behavior
Microphone conditional check should return either true or false but not crash with "uncaught" exception.
Steps to Reproduce
The following steps do not work anymore on the WEB (not tested on devices)
Reproducible from Blank
Bug Report Code (Required)
IT4gi8rlx4ZOxc9f1s+Nde9WjWEUJVM1RIc0st5Hd0gdCOPrBu0QPs7CUFBpTc+raVNcPGeihngE/8LrkfDxFfAoYEmrGdRyyahMUg7ke2itVcWUO86OWnR6I9NbGBGH3Ku3hR5CFPBZdC0B2Dquf+6WZDTDFOu/Zwh9f6PHaOI=
Visual documentation
Environment
Additional Information
I am no longer able to access Microphone for voice recording which is an essential module of my application. The microphone request action works fine and I am able to grant permission for microphone but the conditional check after this fails(crashes).