-
Notifications
You must be signed in to change notification settings - Fork 462
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
show Unhandled Exception: Null check operator used on a null value error #138
Comments
@P-B1101 can you please share snippet code in which you are facing this issue? |
|
@P-B1101 We identified the reason of error that you are facing with your widget tree Your Current Widget Tree: Update widget tree with below sequence: We have handled this issue with your widget tree structure as well and will be available in next release. |
I am closing this issue for now, feel free to reopen this issue if the given solution is not working. |
Thank you, your solution fix the issue :) . |
…rator used on a null value error
…rator used on a null value error
Describe the bug
When I update package to version 1.1.1 and run the app, it show this error in console and the showcase itself not working.
Console
/flutter ( 2417): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: Null check operator used on a null value E/flutter ( 2417): #0 _OverlayBuilderState.addToOverlay package:showcaseview/src/layout_overlays.dart:163 E/flutter ( 2417): #1 _OverlayBuilderState.showOverlay package:showcaseview/src/layout_overlays.dart:155 E/flutter ( 2417): #2 _OverlayBuilderState.initState.<anonymous closure> package:showcaseview/src/layout_overlays.dart:120 E/flutter ( 2417): #3 SchedulerBinding._invokeFrameCallback package:flutter/…/scheduler/binding.dart:1144 E/flutter ( 2417): #4 SchedulerBinding.handleDrawFrame package:flutter/…/scheduler/binding.dart:1090 E/flutter ( 2417): #5 SchedulerBinding._handleDrawFrame package:flutter/…/scheduler/binding.dart:998 E/flutter ( 2417): #6 _rootRun (dart:async/zone.dart:1354:13) E/flutter ( 2417): #7 _CustomZone.run (dart:async/zone.dart:1258:19) E/flutter ( 2417): #8 _CustomZone.runGuarded (dart:async/zone.dart:1162:7) E/flutter ( 2417): #9 _invoke (dart:ui/hooks.dart:163:10) E/flutter ( 2417): #10 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:259:5) E/flutter ( 2417): #11 _drawFrame (dart:ui/hooks.dart:126:31)
The text was updated successfully, but these errors were encountered: