juliuscanute / qr_code_scanner

QR Code Scanner for Flutter
BSD 2-Clause "Simplified" License
999 stars 759 forks source link

[BUG] Screen goes blank afther scanning qr code on IOS #600

Closed k-turvi closed 1 year ago

k-turvi commented 2 years ago

Describe the bug Screen goes blank afther scanning qr code on IOS

Flutter information Always provide the output of flutter doctor -v as it is needed in order to know on which Flutter versions the bug exists in.

Device (please complete the following information):

Screenshots image

Additional context The problem occurs when doing Navigator.pop() to return with the scanned information and on Android it works correctly.