flutter_showcaseview
flutter_showcaseview copied to clipboard
Null check operator used on a null value
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 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)
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)
@jazzbpn @gorkemalgan please your share your implementation so that we can find the issue.
Issue detected in iOS devices in release mode.