-
Notifications
You must be signed in to change notification settings - Fork 457
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
Null check operator used on a null value #366
Comments
Hi @jazzbpn. Could you please confirm that this error is not reproducing from firebase crashlytics? If not, then please share code snippet where you are facing issue. |
I am getting the same Fatal Exception: "Null check operator used on a null value. I am using version 2.0.2. Stack logs are as follows: Fatal Exception: FlutterError |
Another error similar to the first comment is also as follows: 0 ??? 0x0 (null).#0 State.setState (package:flutter/src/widgets/framework.dart:1153:13) |
@jazzbpn @gorkemalgan please your share your implementation so that we can find the issue. |
The text was updated successfully, but these errors were encountered: