flutter_showcaseview icon indicating copy to clipboard operation
flutter_showcaseview copied to clipboard

Null check operator used on a null value

Open jazzbpn opened this issue 2 years ago • 6 comments

Screenshot 2023-03-28 at 12 49 25

jazzbpn avatar Mar 28 '23 07:03 jazzbpn

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.

DhvanitVaghani avatar Mar 29 '23 09:03 DhvanitVaghani

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 avatar Apr 09 '23 07:04 gorkemalgan

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)

gorkemalgan avatar Apr 09 '23 07:04 gorkemalgan

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

ujas-m-simformsolutions avatar Jul 14 '23 05:07 ujas-m-simformsolutions

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 avatar Sep 19 '23 12:09 jazzbpn

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

jazzbpn avatar Nov 18 '23 10:11 jazzbpn