Skip to content
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

Closed
jazzbpn opened this issue Mar 28, 2023 · 6 comments · Fixed by #411
Closed

Null check operator used on a null value #366

jazzbpn opened this issue Mar 28, 2023 · 6 comments · Fixed by #411

Comments

@jazzbpn
Copy link

jazzbpn commented Mar 28, 2023

Screenshot 2023-03-28 at 12 49 25

@DhvanitVaghani
Copy link
Contributor

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.

@gorkemalgan
Copy link

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
0 ??? 0x0 (null).#0 State.context (package:flutter/src/widgets/framework.dart:954:20)
0 ??? 0x0 (null).#1 _ShowcaseState.showCaseWidgetState (package:showcaseview/src/showcase.dart:345:68)
0 ??? 0x0 (null).#2 _ShowcaseState._nextIfAny (package:showcaseview/src/showcase.dart:426:5)

@gorkemalgan
Copy link

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)
1 ??? 0x0 (null).#1 _ShowcaseState._reverseAnimateTooltip (package:showcaseview/src/showcase.dart:450:5)
2 ??? 0x0 (null).#2 _ShowcaseState._nextIfAny (package:showcaseview/src/showcase.dart:425:11)
3 ??? 0x0 (null).#3 _ShowcaseState._nextIfAny (package:showcaseview/src/showcase.dart:416:3)
4 ??? 0x0 (null).#4 _ShowcaseState._getOnTargetTap (package:showcaseview/src/showcase.dart:435:44)
5 ??? 0x0 (null).#5 _ShowcaseState._getOnTargetTap (package:showcaseview/src/showcase.dart:429:3)

@ujas-m-simformsolutions
Copy link
Contributor

@jazzbpn @gorkemalgan please your share your implementation so that we can find the issue.

@ujas-m-simformsolutions ujas-m-simformsolutions added the more-info-required Provide more information label Jul 14, 2023
@jazzbpn
Copy link
Author

jazzbpn commented Sep 19, 2023

Issue detected in iOS devices in release mode.

Screenshot 2023-09-19 at 18 31 39 Screenshot 2023-09-19 at 18 31 24

@jazzbpn
Copy link
Author

jazzbpn commented Nov 18, 2023

Screenshot 2023-11-18 at 16 14 13 Screenshot 2023-11-18 at 16 18 36 Screenshot 2023-11-18 at 16 15 56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants