-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing ReaderWidget before it becomes ready causes error #73
Comments
Regarding the first case, I think the non-null assertion operator ( flutter_zxing/lib/src/ui/reader_widget.dart Lines 143 to 160 in 9c74b7a
|
Hi there! It looks like this issue has been fixed in the main branch. Thanks for bringing this to my attention! |
@khoren93 I ran the same code with the latest commit in the main branch. a) The issue still seems to be around, although the output is different now. It has the first two lines without stack trace.
b) The app raises the same error. |
Steps to reproduce:
It gives different errors depending on how quickly the dialog is closed.
a) If it is very quick:
b) If it is a little later:
The text was updated successfully, but these errors were encountered: