Sander Roest

Results 17 comments of Sander Roest

Hi, Thanks for your quick reply. > Do you just not like specifying the path to the configuration file? That's exactly the case. > Lastly, you can always create an...

@felangel, is it possible to add this to the application manifest for the mason.exe? ```XML true ``` Together with the registry fix as explained in [https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry), it might solve this...

Hi @felangel, this issue probably stalls because of the "Question" label that is attached to it. Can you please have a look at this issue and the comments above? Thanks!

We found a workaround by moving the `MASON_CACHE` folder closer to the root of the drive. You can set the location of the mason cache folder by defining an environment...

I've added my implementation of the 'picklist mode' to the example app, which you can find here. [https://github.com/jsroest/mobile_scanner/commit/19eedfdb4cafa0371d9b185f154e0f402234d8d0](https://github.com/jsroest/mobile_scanner/commit/19eedfdb4cafa0371d9b185f154e0f402234d8d0)

> @jsroest Thanks for the picklist example! Would you mind adding this to the official samples? It would be a nice showcase of the capabilities of the plugin. Sure. I...

Yes, you are right, the size is passed through the MethodChannel, I misread the code. With that being true, it is also not a breaking change. Thanks @navaronbracke!

Thanks @navaronbracke! Fixing point 1 is all I need for my use case. With the BarcodeCapture.size and the Barcode.corners, I'm able to detect if a barcode touches the center of...

Hi, I did some tests with and Android and iOS device. On iOS everything looks ok and works as expected. ``` iOS BarcodeCapture.Size = (1178.0, 1572.0) Barcode.Corners: X/Y TL: Offset(...

> Since you said that everything works as expected on iOS, is the original issue, "BarcodeCapture.size != MobileScannerState.size" still a problem? That issue still persists. ``` MobileScannerState.Size = (3024.0, 4032.0)....