Freez
Freez
After login and redirect back to the app I got an error in the console `errors.dart:294 Uncaught (in promise) Error: Assertion failed: org-dartlang-sdk:///lib/_engine/engine/navigation/history.dart:215:12 _hasSerialCount(currentState) is not true at Object.throw_ [as...
I try to implement this package in our app but have a lot of issues. That's possible because I may have done something wrong myself, but I wonder whether the...
On web DetectionSpeed.noDuplicates didn't work, ``` MobileScannerController scannerController = MobileScannerController( detectionSpeed: DetectionSpeed.noDuplicates, facing: CameraFacing.back, autoStart: true, torchEnabled: false, formats: [BarcodeFormat.all], autoZoom: true, ); MobileScanner( controller: scannerController, onDetect: (capture) { final...