Joo Tsao

Results 15 comments of Joo Tsao

my solution: on scanner started, set zoom scale. the effect is equivalent to: Set "zoomScale" when Initializing the MobileScannerController ``` MobileScanner( controller: scannerController, fit: BoxFit.contain, onDetect: onDetect, onScannerStarted: (_) {...

@burekas7 , I am not test on ios, wait me.

@burekas7 , Maybe you can setZoomScale delay by 50 milliseconds. Remember to upgrade MobileScanner to 3.0 ``` MobileScanner( controller: scannerController, fit: BoxFit.contain, onDetect: onDetect, onScannerStarted: (_) { Future.delayed(const Duration(milliseconds: 50),...