-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unhandled Exception: Null check operator used on a null value #56
Comments
Observing the same error on 1.10.28 version I/flutter ( 4761): ----------------FIREBASE CRASHLYTICS---------------- |
I do have same issue |
The reason for this error is that the Flushbar result value is null.
|
When trying to show a FlushbarHelper.createSuccess() flusher, it fails with the following error and trace stack:
Unhandled Exception: Null check operator used on a null value
#0 StatefulElement.state
package:flutter/…/widgets/framework.dart:4789
#1 Navigator.of
package:flutter/…/widgets/navigator.dart:2730
#2 Flushbar.show
package:another_flushbar/flushbar.dart:233
#3 _LoginState.build.
package:app/…/auth/login.dart:258
I am not sure why this is the case, and any help or advice would be great.
The text was updated successfully, but these errors were encountered: