Mihai M.
Mihai M.
You can use the parameter "additional_files". You need to archive all your files in a zip file and attach the base64 encoded string. More details can be found in the...
I have the same error! Configured everything properly but still doesn't work. Using Laravel 6.18
Any updates?
Don't worry, probably this is the only documentation that exists
I've investigated the behavior on both iOS and Android but were unable to reproduce the bug. ### iOS When navigating to system Settings and changing an app's camera permission, iOS...
@Odrin / @minkyn It definitely sounds like a regression if your overlay interactions were working in 7.0.1 but are now being intercepted. To help us narrow down whether the `tapToFocus`...
@navaronbracke - when you have time, please review this PR.
Added first chunk in #1625
The `scanWindowUpdateThreshold` is compared against the percentage-based scan window (values between 0.0 and 1.0), not the pixel-based `scanWindow` the user provides. Looking at [lib/src/mobile_scanner.dart:218-224](https://github.com/juliansteenbakker/mobile_scanner/blob/develop/lib/src/mobile_scanner.dart#L218-L224) ```dart final dx = (newScanWindow.width -...
Confirmed. I was able to reproduce this on both Android and iOS. The torch toggles fine visually, but the `torchStateStream` never emits any events. The controller's internal state updates correctly...