SimformSolutionsPvtLtd / flutter_showcaseview

Flutter plugin that allows you to showcase your features on flutter application. 👌🔝🎉
https://pub.dev/packages/showcaseview
MIT License
1.48k stars 433 forks source link

_ShowcaseState.recalculateRootWidgetSize null value #428

Closed nikiforosper closed 4 months ago

nikiforosper commented 4 months ago

On Firebase Crashlytics, there is the following error.

_ShowcaseState.recalculateRootWidgetSize.<fn>
FlutterError - Null check operator used on a null value. Error thrown .
package:showcaseview/src/showcase.dart:476

Stack Trace:

Fatal Exception: FlutterError
0  ???                            0x0 State.context + 958 (framework.dart:958)
1  ???                            0x0 _ShowcaseState.recalculateRootWidgetSize.<fn> + 476 (showcase.dart:476)
2  ???                            0x0 SchedulerBinding._invokeFrameCallback + 1386 (binding.dart:1386)
3  ???                            0x0 SchedulerBinding.handleDrawFrame + 1322 (binding.dart:1322)
4  ???                            0x0 SchedulerBinding._handleDrawFrame + 1169 (binding.dart:1169)